Skip to main content

GridControl.UngroupBy(GridColumnBase) Method

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 GridColumnBase

A GridColumnBase object that represents the column by whose values data grouping is canceled.

#Remarks

To group data, use the GridControl.GroupBy method. To learn more, see Grouping.

See Also