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

GridControl.UngroupBy(String) 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(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that specifies the column’s field name.

Remarks

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

See Also