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

GridControl.IsGroupPanelVisible Property

Gets whether the Group Panel is displayed in the GridControl. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "OnIsGroupPanelVisiblePropertyChanged")]
public bool IsGroupPanelVisible { get; }

Property Value

Type Description
Boolean

true if the Group Panel is displayed in the GridControl; otherwise, false.

See Also