GridControl.ClearGrouping() Method
In This Article
Ungroups the grid.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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.
See Also