ASPxClientCardView.Ungroup(column) Method
In This Article
Ungroups cards by the values of the specified column.
#Declaration
TypeScript
Ungroup(
column: ASPxClientCardViewColumn | number | string
): void
#Parameters
Name | Type |
---|---|
column | string | number | ASPx |
#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