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
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