GridControl.GroupBy(String) Method
In This Article
Groups data by the values of the specified column.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
field |
String | The column’s field name. |
#Remarks
To ungroup data in code, use the GridControl.UngroupBy method.
Refer to the following help topic for more information: Group Data.
See Also