Skip to main content

GridControlBase.IsGroupPanelVisible Property

Gets whether the Group Panel is visible.

Namespace: DevExpress.UI.Xaml.Grid

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsGroupPanelVisible { get; }

Property Value

Type Description
Boolean

true, if the group panel is visible; otherwise, false.

Remarks

The IsGroupPanelVisible property returns true if the GridControlBase.ShowGroupPanel property is set to true. To learn more, see Group Panel.

See Also