Skip to main content
Tab

ASPxCardView.GroupCount Property

Gets the number of columns the card view groups its cards by.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int GroupCount { get; }

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