ASPxCardView.GroupCount Property
Gets the number of columns the card view groups its cards by.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that indicates the number of columns used to group data. |
Remarks
The grouped columns can be obtained using the ASPxCardView.GetGroupedColumns method.
See Also