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