Skip to main content
Tab

ASPxCardView.GetGroupedColumns() Method

Returns a collection of columns involved in grouping.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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