Skip to main content

DataViewCommandsBase Properties

Serves as a base for classes providing access to View commands.
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.
See Also