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

ASPxCardView.CollapseAll() Method

Collapses all groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

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