Skip to main content

GridControlCommands Properties

Contains built-in grid commands.
Name Description
ChangeGroupExpanded Toggles the specified group row’s expanded state.
ChangeShowGroupPanel Toggles the visibility of the Group Panel.
ClearFilter Clears the filter expression. Inherited from DataControlCommandsBase.
ClearGrouping Ungroups the grid.
CollapseAllGroups Collapses all group rows.
ExpandAllGroups Expands all group rows.
HideSearchPanel Hides the Search Panel. Inherited from DataControlCommandsBase.
MoveFirstRow Moves focus to the first visible row. Inherited from DataControlCommandsBase.
MoveLastRow Moves focus to the last visible row. Inherited from DataControlCommandsBase.
MoveNextPage Moves focus forward by the number of rows displayed onscreen. Inherited from DataControlCommandsBase.
MoveNextRow Moves focus to the row that follows the focused row. Inherited from DataControlCommandsBase.
MovePrevPage Moves focus backward by the number of rows displayed onscreen. Inherited from DataControlCommandsBase.
MovePrevRow Moves focus to the row that precedes the focused row. Inherited from DataControlCommandsBase.
ShowColumnChooser Invokes the Column Chooser.
ShowSearchPanel Displays the Search Panel. Inherited from DataControlCommandsBase.
See Also