Skip to main content

GridControlCommands Members

Contains built-in grid commands.

Constructors

Name Description
GridControlCommands(GridControl) Initializes a new instance of the GridControlCommands class with specified settings.

Properties

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.

Methods

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

Events

Name Description
PropertyChanged Occurs when a property value changes. Inherited from BindableBase.
See Also