Skip to main content
Tab

ASPxCardView.CollapseAll() Method

Collapses all groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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