Class GridViewCommands
Commands which will be executed from the GridViewControl
Inheritance
System.Object
GridViewCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public static class GridViewCommands
Properties
| Improve this Doc View SourceFocusNextRow
Focus next row
Declaration
public static ICommand FocusNextRow { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
FocusNextRowKeepSelection
Focus next row
Declaration
public static ICommand FocusNextRowKeepSelection { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
FocusPreviousRow
Focus next row
Declaration
public static ICommand FocusPreviousRow { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
FocusPreviousRowKeepSelection
Focus next row
Declaration
public static ICommand FocusPreviousRowKeepSelection { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
GridViewPageDownCommand
Move a complete page down
Declaration
public static ICommand GridViewPageDownCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
GridViewPageDownKeepSelectionCommand
Move a complete page down and keep old selection
Declaration
public static ICommand GridViewPageDownKeepSelectionCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
GridViewPageUpCommand
Move a complete page down
Declaration
public static ICommand GridViewPageUpCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
GridViewPageUpKeepSelectionCommand
Move a complete page down and keep old selection
Declaration
public static ICommand GridViewPageUpKeepSelectionCommand { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ToggleSelection
Toggle Selection-Command
Declaration
public static ICommand ToggleSelection { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |
ToggleSingleSelection
Toggle the current single selection
Declaration
public static ICommand ToggleSingleSelection { get; }
Property Value
Type | Description |
---|---|
System.Windows.Input.ICommand |