Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public DefaultBoolean ShowGroupedColumn { get; set; }

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.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

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