Skip to main content
A newer version of this page is available. .

ASPxClientCardView.Ungroup(column) Method

Ungroups cards by the values of the specified column.

Declaration

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

Parameters

Name Type
column ASPxClientCardViewColumn | number | string

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