GridControl.ClearGrouping() Method
In This Article
Ungroups the grid.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#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.
To learn more, see Grouping Overview.
#Examples
See Also