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

ASPxClientCardView.ExpandGroupRow(visibleIndex) Method

Expands the specified group row.

Declaration

ExpandGroupRow(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that identifies the group row.

Remarks

To expand all group rows, call the ASPxClientCardView.ExpandAll method. To collapce the specified group row, use the ASPxClientCardView.CollapseGroupRow method.

See Also