DataControlBase.ExpandAllGroups() Method
Expands all group rows.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
To collapse all groups, use the GridControl.CollapseAllGroups method. To expand or collapse a group row, use the GridControl.ExpandGroupRow or GridControl.CollapseGroupRow method, respectively.
See Also