Skip to main content
A newer version of this page is available. .

GridControl.ClearGrouping() Method

Ungroups the grid.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void ClearGrouping()

Remarks

Use the ClearGrouping method to cancel data grouping against all grouping columns. To ungroup data by a single column, use the GridControl.UngroupBy method.

To learn more, see Grouping.

See Also