ASPxCardView.ExpandGroupRow(Int32) Method
In This Article
Expands 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. |
#Remarks
To expand all group rows, call the ASPxCardView.ExpandAll method. To collapse the specified group row, use the ASPxCardView.CollapseGroupRow method.
To identify whether the group row is expanded, use the ASPxCardView.IsGroupRowExpanded method.
See Also