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

ASPxCardView.UnGroup(CardViewColumn) Method

Ungroups cards by the values of the specified column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public void UnGroup(
    CardViewColumn column
)

Parameters

Name Type Description
column CardViewColumn

A CardViewColumn object that represents the data column within the card view.

Remarks

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

See Also