Skip to main content

ASPxClientCardView.Ungroup(column) Method

Ungroups cards by the values of the specified column.

#Declaration

TypeScript
Ungroup(
    column: ASPxClientCardViewColumn | number | string
): void

#Parameters

Name Type
column string | number | ASPxClientCardViewColumn

#Remarks

The card view supports cards grouping by an unlimited number of columns. The Ungroup method cancels cards grouping by the values of the specified column.

See Also