Back to Devexpress

DataViewCommandsBase Members

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-dot-underscore-members.md

latest7.6 KB
Original Source

DataViewCommandsBase Members

Contains built-in commands common to all the GridControl views.

Properties

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

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DataViewCommandsBase Class

DevExpress.Xpf.Grid Namespace