GridControl.ClearGrouping() Method
In This Article
Ungroups the grid.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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