Back to Devexpress

GridViewCommandsBase.ClearGrouping Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewcommandsbase.md

latest1.2 KB
Original Source

GridViewCommandsBase.ClearGrouping Property

Ungroups the grid.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ClearGrouping { get; }
vb
Public ReadOnly Property ClearGrouping As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: GridControl.ClearGrouping.

See Also

GridViewCommandsBase Class

GridViewCommandsBase Members

DevExpress.Xpf.Grid Namespace