Skip to main content

GridControlCommands.ChangeGroupExpanded Property

Toggles the specified group row’s expanded state.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand ChangeGroupExpanded { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding Methods: GridControl.ExpandGroupRow and GridControl.CollapseGroupRow

See Also