DataViewCommandsBase Properties
Contains built-in commands common to all the GridControl views.| Name | Description |
|---|---|
| CancelEditFocusedRow | Hides the active editor, discarding all the changes made within the focused row. |
| ChangeColumnsSortOrder | Toggles a column’s sort order. |
| ClearFilter | Clears the filter. |
| DeleteFocusedRow | Deletes the focused row. |
| DeleteSelectedRows | Deletes selected rows. |
| EditFocusedRow | Activates the focused cell’s in-place editor. |
| EndEditFocusedRow | Hides the active editor and posts all the changes made within the focused row to a data source if the row values are valid. |
| HideColumnChooser | Hides the Column Chooser. |
| HideSearchPanel | Hides the Search Panel. |
| IncrementalSearchEnd | Ends incremental search. |
| IncrementalSearchMoveNext | Allows to programmatically focus the next incremental search result. |
| IncrementalSearchMovePrev | Allows to programmatically focus the previous incremental search result. |
| MoveFirstCell | Moves focus to the first cell displayed within the first visible row. |
| MoveFirstRow | Moves focus to the first visible row or card within a View. |
| MoveLastCell | Moves focus to the last cell displayed within the last visible row. |
| MoveLastRow | Moves focus to the last visible row or card. |
| MoveNextCell | Focuses the next cell after the focused cell. |
| MoveNextPage | Moves focus forward by the number of rows or cards displayed onscreen within a View. |
| MoveNextRow | Moves focus to the row or card following the one currently focused. |
| MovePrevCell | Focuses the cell preceding the focused cell. |
| MovePrevPage | Moves focus backward by the number of rows or cards displayed onscreen within a View. |
| MovePrevRow | Moves focus to the row or card preceding the one currently focused. |
| RefreshDataSource | Refreshes the grid’s ItemsSource. |
| SearchResultNext | Allows to programmatically focus the next search result. |
| SearchResultPrev | Allows to programmatically focus the previous search result. |
| ShowColumnChooser | Invokes the Column Chooser. |
| ShowFilterEditor | Shows the Filter Editor. |
| ShowFixedTotalSummaryEditor | Invokes the Fixed Summary Editor. |
| ShowPrintPreview | Invokes the Print Preview. |
| ShowPrintPreviewDialog | Invokes the modal Print Preview. |
| ShowRibbonPrintPreview | Invokes the Print Preview with the Ribbon. |
| ShowRibbonPrintPreviewDialog | Invokes the modal Print Preview with the Ribbon. |
| ShowSearchPanel | Shows the Search Panel. |
| ShowTotalSummaryEditor | Invokes the Runtime Summary Editor for the specified column. |
| ShowUnboundExpressionEditor | Invokes the Expression Editor that enables editing an expression for the specified unbound column. |
See Also