GridViewCommandsBase Properties
Provides access to View commands.| Name | Description |
|---|---|
| CancelEditFocusedRow | Hides the active editor, discarding all the changes made within the focused row. Inherited from DataViewCommandsBase. |
| ChangeColumnsSortOrder | Toggles a column’s sort order. Inherited from DataViewCommandsBase. |
| ChangeGroupExpanded | Toggles the specified group row’s expanded state. |
| ClearFilter | Clears the filter. Inherited from DataViewCommandsBase. |
| ClearGrouping | Ungroups the grid. |
| CollapseAllGroups | Collapses all group rows. |
| DeleteFocusedRow | Deletes the focused row. Inherited from DataViewCommandsBase. |
| DeleteSelectedRows | Deletes selected rows. Inherited from DataViewCommandsBase. |
| EditFocusedRow | Activates the focused cell’s in-place editor. Inherited from DataViewCommandsBase. |
| 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. Inherited from DataViewCommandsBase. |
| ExpandAllGroups | Expands all group rows. |
| HideColumnChooser | Hides the Column Chooser. Inherited from DataViewCommandsBase. |
| HideSearchPanel | Hides the Search Panel. Inherited from DataViewCommandsBase. |
| IncrementalSearchEnd | Ends incremental search. Inherited from DataViewCommandsBase. |
| IncrementalSearchMoveNext | Allows to programmatically focus the next incremental search result. Inherited from DataViewCommandsBase. |
| IncrementalSearchMovePrev | Allows to programmatically focus the previous incremental search result. Inherited from DataViewCommandsBase. |
| MoveFirstCell | Moves focus to the first cell displayed within the first visible row. Inherited from DataViewCommandsBase. |
| MoveFirstRow | Moves focus to the first visible row or card within a View. Inherited from DataViewCommandsBase. |
| MoveLastCell | Moves focus to the last cell displayed within the last visible row. Inherited from DataViewCommandsBase. |
| MoveLastRow | Moves focus to the last visible row or card. Inherited from DataViewCommandsBase. |
| MoveNextCell | Focuses the next cell after the focused cell. Inherited from DataViewCommandsBase. |
| MoveNextPage | Moves focus forward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase. |
| MoveNextRow | Moves focus to the row or card following the one currently focused. Inherited from DataViewCommandsBase. |
| MoveParentGroupRow | Moves focus to the group row that owns the currently focused row. |
| MovePrevCell | Focuses the cell preceding the focused cell. Inherited from DataViewCommandsBase. |
| MovePrevPage | Moves focus backward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase. |
| MovePrevRow | Moves focus to the row or card preceding the one currently focused. Inherited from DataViewCommandsBase. |
| RefreshDataSource | Refreshes the grid’s ItemsSource. Inherited from DataViewCommandsBase. |
| SearchResultNext | Allows to programmatically focus the next search result. Inherited from DataViewCommandsBase. |
| SearchResultPrev | Allows to programmatically focus the previous search result. Inherited from DataViewCommandsBase. |
| ShowColumnChooser | Invokes the Column Chooser. Inherited from DataViewCommandsBase. |
| ShowFilterEditor | Shows the Filter Editor. Inherited from DataViewCommandsBase. |
| ShowFixedTotalSummaryEditor | Invokes the Fixed Summary Editor. Inherited from DataViewCommandsBase. |
| ShowGroupSummaryEditor | Invokes the Runtime Summary Editor. |
| ShowPrintPreview | Invokes the Print Preview. Inherited from DataViewCommandsBase. |
| ShowPrintPreviewDialog | Invokes the modal Print Preview. Inherited from DataViewCommandsBase. |
| ShowRibbonPrintPreview | Invokes the Print Preview with the Ribbon. Inherited from DataViewCommandsBase. |
| ShowRibbonPrintPreviewDialog | Invokes the modal Print Preview with the Ribbon. Inherited from DataViewCommandsBase. |
| ShowSearchPanel | Shows the Search Panel. Inherited from DataViewCommandsBase. |
| ShowTotalSummaryEditor | Invokes the Runtime Summary Editor for the specified column. Inherited from DataViewCommandsBase. |
| ShowUnboundExpressionEditor | Invokes the Expression Editor that enables editing an expression for the specified unbound column. Inherited from DataViewCommandsBase. |
See Also