Skip to main content

DataViewCommandsBase Members

In This Article
Serves as a base for classes providing access to View commands.

#Properties

Name Description
CancelEditFocusedRow Hides the active editor, discarding all the changes made within the focused row.
ChangeColumnsSortOrder
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.
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.
ShowColumnChooser Invokes the Column Chooser.
ShowFilterEditor Shows the Filter Editor.
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
Show Inherited Hide Inherited

Name Description
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. 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