ASPxCardView.GetGroupedColumns() Method
Returns a collection of columns involved in grouping.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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