DataControlCommandsBase Properties
Contains built-in commands for data-aware controls (the DataControlBase descendants).
Name | Description |
---|---|
Clear |
Clears the filter expression. |
Hide |
Hides the Search Panel. |
Move |
Moves focus to the first visible row. |
Move |
Moves focus to the last visible row. |
Move |
Moves focus forward by the number of rows displayed onscreen. |
Move |
Moves focus to the row that follows the focused row. |
Move |
Moves focus backward by the number of rows displayed onscreen. |
Move |
Moves focus to the row that precedes the focused row. |
Show |
Displays the Search Panel. |
See Also