GridViewBase.ShowGroupPanel Property
In This Article
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.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to show the Group Panel; otherwise, false. The default is true. |
#Remarks
To learn more, see Grouping and Grouping.End-User Capabilities.
See Also