Skip to main content

ASPxClientCardView.CollapseGroupRow(visibleIndex) Method

Collapses the specified group row.

#Declaration

TypeScript
CollapseGroupRow(
    visibleIndex: number
): void

#Parameters

Name Type Description
visibleIndex 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