public enum ENSelectionNavigationCommand : System.Enum
public enum ENSelectionNavigationCommand : System.Enum
Member | Description |
---|---|
MoveDown | Changes the current row to next scrollable row and tries to preserve the current cell column. |
MoveLeft | Changes the current cell to the cell that is on the left of the current one. |
MovePageDown | Changes the current row to a one page down scrollable row from the last visible row and tries to preserve the current cell column. |
MovePageUp | Changes the current row to a one page up scrollable row from the first visible row and tries to preserve the current cell column. |
MoveRight | Changes the current cell to the cell that is on the right of the current one. |
MoveUp | Changes the current row to prev scrollable row and tries to preserve the current cell column. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Grid.ENSelectionNavigationCommand
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)