ASPxClientCardView.ExpandGroupRow(visibleIndex) Method
Expands the specified group row.
Declaration
ExpandGroupRow(
visibleIndex: number
): void
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | 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