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

ASPxClientGridView.ExpandDetailRow(visibleIndex) Method

Expands the specified detail row.

Declaration

ExpandDetailRow(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

A zero-based integer index that identifies the detail row.

Remarks

To collapse the specified detail row, use the ASPxClientGridView.CollapseDetailRow method.

To learn more, see Expanding and Collapsing Detail Rows.

See Also