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

ASPxCardView.GetGroupedColumns() Method

Returns a collection of columns involved in grouping.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ReadOnlyCollection<CardViewColumn> GetGroupedColumns()

Returns

Type Description
ReadOnlyCollection<CardViewColumn>

The collection of columns involved in grouping.

Remarks

You can group ASPxCardview cards by multiple columns. The GetGroupedColumns property provides access to the columns involved in grouping. This property can be used if you need to traverse through the grouped columns to perform operations on them.

To learn more, see Grouping Overview.

See Also