Skip to main content
Tab

ASPxCardView.ExpandAll() Method

In This Article

Expands all group rows.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void ExpandAll()

#Remarks

To expand the specified group row, use the ASPxCardView.ExpandGroupRow method. To collapse all group rows, use the ASPxCardView.CollapseAll method.

See Also