DataGridView.ClearGrouping() Method
Ungroups data in the grid.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
public void ClearGrouping()
Remarks
To group data by a column, use the GridColumn.IsGrouped property or DataGridView.GroupBy method.
See Also