Skip to main content

GridControl.ClearGrouping() Method

Ungroups data in the grid.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public void ClearGrouping()

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The ClearGrouping method cancels grouping and returns a group column to display in the grid. End-users can ungroup data by tapping Remove Grouping in a menu that appears when they touch and hold a column header or cell.

To group data by a column, use the GridColumn.IsGrouped property or GridControl.GroupBy method.

See Also