Back to Devexpress

GridViewBase.ActualShowGroupPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridviewbase-347cb5d1.md

latest1.3 KB
Original Source

GridViewBase.ActualShowGroupPanel Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ActualShowGroupPanel { get; }
vb
Public ReadOnly Property ActualShowGroupPanel As Boolean

Property Value

TypeDescription
Boolean

true, if the Group Panel is shown; otherwise, false.

|

Remarks

To learn more, see Grouping and Grouping.

See Also

GridViewBase Class

GridViewBase Members

DevExpress.Xpf.Grid Namespace