GridControl.UngroupBy(String) Method
In This Article
Ungroups data by the values of the specified column.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | A String value that specifies the column’s field name. |
#Remarks
To group data in code, use the GridControl.GroupBy method.
See Also