ASPxCardView.UnGroup(CardViewColumn) Method
In This Article
Ungroups cards by the values of the specified column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void UnGroup(
CardViewColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Card |
A Card |
#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