GridColumn.ShowGroupedColumn Property
Gets or sets whether to display the grouped column within the view. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | true, to display the grouped column within the view; otherwise, false. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
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