Skip to main content

GridControl.ExpandAllGroups() Method

In This Article

Expands all group rows.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public override void ExpandAllGroups()

#Remarks

To expand a group row, use the GridControl.ExpandGroupRow method.

See Also