ASPxCardView.GetGroupedColumns() Method
In This Article
Returns a collection of columns involved in grouping.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ReadOnlyCollection<CardViewColumn> GetGroupedColumns()
#Returns
Type | Description |
---|---|
Read |
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