Skip to main content

GridControl.UngroupBy(ColumnBase) Method

Ungroups data by the values of the specified column.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public void UngroupBy(
    ColumnBase column
)

Parameters

Name Type Description
column ColumnBase

The grid column.

Remarks

To group data in code, use the GridControl.GroupBy method.

Refer to the following help topic for more information: Group Data.

See Also