ASPxClientCardView.ExpandGroupRow(visibleIndex) Method
In This Article
Expands the specified group row.
#Declaration
TypeScript
ExpandGroupRow(
visibleIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The group row’s visible index. |
#Remarks
To expand all group rows, call the ASPxClientCardView.ExpandAll method. To collapce the specified group row, use the ASPxClientCardView.CollapseGroupRow method.
See Also