Skip to main content
A newer version of this page is available. .

ASPxClientCardView.CollapseGroupRow(visibleIndex) Method

Collapses the specified group row.

Declaration

CollapseGroupRow(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the group row by its 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