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

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

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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