ASPxCardView.CollapseGroupRow(Int32) Method
In This Article
Collapses the specified group row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
visible |
Int32 | An integer value that identifies the group row by its visible index. |
#Remarks
To collapse all group rows, use the ASPxCardView.CollapseAll method. To expand the specified group row, use the ASPxCardView.ExpandGroupRow method.
To identify whether the group row is expanded, use the ASPxCardView.IsGroupRowExpanded method.
See Also