Skip to main content
Tab

ASPxCardView.CollapseAll() Method

In This Article

Collapses all groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

#Declaration

public void CollapseAll()

#Remarks

To collapse the specified group row, use the ASPxCardView.CollapseGroupRow method. To expand all group rows, use the ASPxCardView.ExpandAll method.

See Also