Skip to main content
A newer version of this page is available. .

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

Declaration

public bool ActualShowGroupPanel { get; }

Property Value

Type Description
Boolean

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

Remarks

To learn more, see Grouping Overview and Grouping.

See Also