GridViewBase.ShowGroupedColumns Property
In This Article
Gets or sets whether the grouped columns are 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 display the grouped columns within a view; otherwise, false. The default is false. |
#Remarks
When grouping is applied, group rows display the values of grouped columns. By default, grouping columns are not displayed within a View. Their headers are displayed within the Group Panel. This avoids displaying superfluous information.
See Also