Gets or sets whether the Group Panel is displayed within a View. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public bool ActualShowGroupPanel { get; }
|
VB |
Public ReadOnly Property ActualShowGroupPanel As Boolean
|
Property value
Type: Boolean
true, if the Group Panel is shown; otherwise, false.

Remarks
To learn more, see Grouping and Grouping.

See Also