GridControl.UngroupBy(GridColumnBase) 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
public void UngroupBy(
GridColumnBase column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Grid |
A Grid |
#Remarks
To group data, use the GridControl.GroupBy method. To learn more, see Grouping.
See Also