Skip to main content

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.v23.2.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