Back to Devexpress

GridViewCommandsBase Class

wpf-devexpress-dot-xpf-dot-grid-4b8ecaff.md

latest1.7 KB
Original Source

GridViewCommandsBase Class

Provides access to View commands.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public abstract class GridViewCommandsBase :
    DataViewCommandsBase
vb
Public MustInherit Class GridViewCommandsBase
    Inherits DataViewCommandsBase

The following members return GridViewCommandsBase objects:

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

Object DataViewCommandsBase GridViewCommandsBase CardViewCommands

TableViewCommands

See Also

GridViewCommandsBase Members

DevExpress.Xpf.Grid Namespace