Skip to main content
A newer version of this page is available. .

GridControlCommands.ToggleIsGroupPanelVisible Property

Toggles the visibility of the Group Panel.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public ICommand ToggleIsGroupPanelVisible { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

See Also