Skip to main content

DataControlCommandsBase Properties

Contains built-in commands for data-aware controls (the DataControlBase descendants).
Name Description
ClearFilter Clears the filter expression.
HideSearchPanel Hides the Search Panel.
MoveFirstRow Moves focus to the first visible row.
MoveLastRow Moves focus to the last visible row.
MoveNextPage Moves focus forward by the number of rows displayed onscreen.
MoveNextRow Moves focus to the row that follows the focused row.
MovePrevPage Moves focus backward by the number of rows displayed onscreen.
MovePrevRow Moves focus to the row that precedes the focused row.
ShowSearchPanel Displays the Search Panel.
See Also