Skip to main content
A newer version of this page is available. .

GridControl.UngroupBy(GridColumnBase) Method

Ungroups data by the values of the specified column.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.2.dll

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