Back to Devexpress

GridViewCommandsBase Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewcommandsbase-dot-underscore-properties.md

latest9.4 KB
Original Source

GridViewCommandsBase Properties

Provides access to View commands.

NameDescription
CancelEditFocusedRowHides the active editor, discarding all the changes made within the focused row. Inherited from DataViewCommandsBase.
ChangeColumnsSortOrderToggles a column’s sort order. Inherited from DataViewCommandsBase.
ChangeGroupExpandedToggles the specified group row’s expanded state.
ClearFilterClears the filter. Inherited from DataViewCommandsBase.
ClearGroupingUngroups the grid.
CollapseAllGroupsCollapses all group rows.
DeleteFocusedRowDeletes the focused row. Inherited from DataViewCommandsBase.
DeleteSelectedRowsDeletes selected rows. Inherited from DataViewCommandsBase.
EditFocusedRowActivates the focused cell’s in-place editor. Inherited from DataViewCommandsBase.
EndEditFocusedRowHides 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.
ExpandAllGroupsExpands all group rows.
HideColumnChooserHides the Column Chooser. Inherited from DataViewCommandsBase.
HideSearchPanelHides the Search Panel. Inherited from DataViewCommandsBase.
IncrementalSearchEndEnds incremental search. Inherited from DataViewCommandsBase.
IncrementalSearchMoveNextAllows to programmatically focus the next incremental search result. Inherited from DataViewCommandsBase.
IncrementalSearchMovePrevAllows to programmatically focus the previous incremental search result. Inherited from DataViewCommandsBase.
MoveFirstCellMoves focus to the first cell displayed within the first visible row. Inherited from DataViewCommandsBase.
MoveFirstRowMoves focus to the first visible row or card within a View. Inherited from DataViewCommandsBase.
MoveLastCellMoves focus to the last cell displayed within the last visible row. Inherited from DataViewCommandsBase.
MoveLastRowMoves focus to the last visible row or card. Inherited from DataViewCommandsBase.
MoveNextCellFocuses the next cell after the focused cell. Inherited from DataViewCommandsBase.
MoveNextPageMoves focus forward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase.
MoveNextRowMoves focus to the row or card following the one currently focused. Inherited from DataViewCommandsBase.
MoveParentGroupRowMoves focus to the group row that owns the currently focused row.
MovePrevCellFocuses the cell preceding the focused cell. Inherited from DataViewCommandsBase.
MovePrevPageMoves focus backward by the number of rows or cards displayed onscreen within a View. Inherited from DataViewCommandsBase.
MovePrevRowMoves focus to the row or card preceding the one currently focused. Inherited from DataViewCommandsBase.
RefreshDataSourceRefreshes the grid’s ItemsSource. Inherited from DataViewCommandsBase.
SearchResultNextAllows to programmatically focus the next search result. Inherited from DataViewCommandsBase.
SearchResultPrevAllows to programmatically focus the previous search result. Inherited from DataViewCommandsBase.
ShowColumnChooserInvokes the Column Chooser. Inherited from DataViewCommandsBase.
ShowFilterEditorShows the Filter Editor. Inherited from DataViewCommandsBase.
ShowFixedTotalSummaryEditorInvokes the Fixed Summary Editor. Inherited from DataViewCommandsBase.
ShowGroupSummaryEditorInvokes the Runtime Summary Editor.
ShowPrintPreviewInvokes the Print Preview. Inherited from DataViewCommandsBase.
ShowPrintPreviewDialogInvokes the modal Print Preview. Inherited from DataViewCommandsBase.
ShowRibbonPrintPreviewInvokes the Print Preview with the Ribbon. Inherited from DataViewCommandsBase.
ShowRibbonPrintPreviewDialogInvokes the modal Print Preview with the Ribbon. Inherited from DataViewCommandsBase.
ShowSearchPanelShows the Search Panel. Inherited from DataViewCommandsBase.
ShowTotalSummaryEditorInvokes the Runtime Summary Editor for the specified column. Inherited from DataViewCommandsBase.
ShowUnboundExpressionEditorInvokes the Expression Editor that enables editing an expression for the specified unbound column. Inherited from DataViewCommandsBase.

See Also

GridViewCommandsBase Class

GridViewCommandsBase Members

DevExpress.Xpf.Grid Namespace