Skip to main content
A newer version of this page is available. .

DataViewCommandsBase Members

Contains commands common to all the GridControl views.

Properties

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.
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.
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.

Methods

Name Description
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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