Skip to main content

GridControl.ClearGrouping() Method

Ungroups the grid.

Namespace: DevExpress.Xpf.Grid

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

#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 Overview.

#Examples

See Also