ASPxCardView.ExpandAll() Method
Expands all group rows.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
To expand the specified group row, use the ASPxCardView.ExpandGroupRow method. To collapse all group rows, use the ASPxCardView.CollapseAll method.
See Also