Skip to main content

GridControlCommands.ChangeShowGroupPanel Property

Toggles the visibility of the Group Panel.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand ChangeShowGroupPanel { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

Corresponding property: GridControl.ShowGroupPanel

See Also