Skip to main content

GridControlCommands.ChangeShowGroupPanel Property

Toggles the visibility of the Group Panel.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand ChangeShowGroupPanel { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding property: GridControlBase.ShowGroupPanel

See Also