Class AutomaticSelectionGridView
Grid which enables automatic selection on right mouse button down
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public class AutomaticSelectionGridView : RadGridView
Fields
| Improve this Doc View SourceEnableRowReorderProperty
Declaration
public static readonly DependencyProperty EnableRowReorderProperty
Field Value
Type | Description |
---|---|
System.Windows.DependencyProperty |
Properties
| Improve this Doc View SourceEnableRowReorder
Gets or sets whether row reorder is allowed
Declaration
public bool EnableRowReorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceOnMouseRightButtonUp(MouseButtonEventArgs)
Change selected row item to the right clicked row item.
Declaration
protected override void OnMouseRightButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | MouseButtonEventArgs |