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.v25.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowGroupedColumn property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also