GridControlCommands.ChangeGroupExpanded Property
In This Article
Toggles the specified group row’s expanded state.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type | Description |
---|---|
ICommand | A command that implements the ICommand interface. |
#Remarks
Corresponding Methods: GridControl.ExpandGroupRow and GridControl.CollapseGroupRow
See Also