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

GridViewBase.GroupedColumns Property

Gets the list of grouped columns.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.dll

Declaration

public IList<GridColumn> GroupedColumns { get; }

Property Value

Type Description
IList<GridColumn>

The list containing grouped columns.

Remarks

The GroupedColumns property contains grouped columns (if any). A column is grouped if its GridColumn.IsGrouped property returns true. To learn more, see Grouping Overview.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GroupedColumns 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