| Name | Description | |
|---|---|---|
![]() | CanMoveDown | Determines whether the move down navigation command can be executed |
![]() | CanMoveDownEdit | Determines whether the move down edit operation can be performed. |
![]() | CanMoveDownLast | Determines whether the move down last operation can be performed. |
![]() | CanMoveFirstCell | Determines whether the move first cell operation can be performed. |
![]() | CanMoveLastCell | Determines whether the move last cell operation can be performed. |
![]() | CanMoveLeft | Determines whether the move left navigation command can be executed |
![]() | CanMoveLeftEdit | Determines whether the move left edit operation can be performed. |
![]() | CanMovePageDown | Determines whether the page down operation can be performed. |
![]() | CanMovePageUp | Determines whether the page up operation can be performed. |
![]() | CanMoveRight | Determines whether the move right navigation command can be executed |
![]() | CanMoveRightEdit | Determines whether the move right edit operation can be performed. |
![]() | CanMoveRowEnd | Determines whether the row end operation can be performed. |
![]() | CanMoveRowStart | Determines whether the row start operation can be performed. |
![]() | CanMoveUp | Determines whether the move up navigation command can be executed |
![]() | CanMoveUpFirst | Determines whether the move up first operation can be performed. |
![]() | Clear | Clears the selection |
![]() | ClickCell | Called when a cell is clicked |
![]() | ClickEmptyOrFocusOut | Called when the user has clicked on an empty space space in the grid, or the grid lost focus. |
![]() | ClickRow | Called when a row is clicked |
![]() | ClickRowHeader | Called when a row header is clicked |
![]() | MoveDown | Changes the current row to next navigable row and tries to preserve the current cell column. |
![]() | MoveDownAndBeginEdit | Moves the current cell to the navigable cell below it in the grid. If the current cell was edited, starts editing of the new current cell. |
![]() | MoveDownLast | Moves the current cell down to the last navigable cell in the current column |
![]() | MoveFirstCell | Moves the current cell to the first navigable cell in the grid. |
![]() | MoveLastCell | Moves the current cell to the last navigable cell in the grid. |
![]() | MoveLeft | Changes the current cell to the cell that is on the left of the current one. If there is no current cell tries to collapse the current row. |
![]() | MoveLeftEdit | Same as the move left command, except that it also begins editing of the new current cell, if the previous one was in edit mode. |
![]() | MovePageDown | Moves the current/selected row to a row that is one page down. |
![]() | MovePageUp | Moves the current/selected row to a row that is one page up. |
![]() | MoveRight | Changes the current cell to the cell that is on the right of the current one. If there is no current cell tries to expand the current row. |
![]() | MoveRightEdit | Same as the move right command, except that it also begins editing of the new current cell, if the previous one was in edit mode. |
![]() | MoveRowEnd | Moves the current cell to the last cell in the row. |
![]() | MoveRowStart | Moves the current cell to the first cell in the row. |
![]() | MoveUp | Changes the current row to prev navigable row and tries to preserve the current cell column. |
![]() | MoveUpFirst | Moves the current cell up to the first navigable cell in the current column |
![]() | TryBeginCurrentCellEditing | Tries to start the editing of the current cell. |
![]() | TryEndCurrentCellEditing | Tries to end the editing of the current cell. |

