Skip to main content

GridViewCommandsBase Class

Provides access to View commands.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public abstract class GridViewCommandsBase :
    DataViewCommandsBase

#Returned By

The GridViewBase.GridViewCommands property returns an instance of GridViewCommandsBase.

#Remarks

The grid has more than twenty built-in commands, allowing you to expand/collapse group rows, move the row or cell focus, apply sorting and grouping, etc. All these commands have corresponding methods. For instance, the GridControl.ClearGrouping method corresponds to the GridViewCommandsBase.ClearGrouping command.

#Inheritance

See Also