Skip to main content

ASPxClientGridView.ExpandDetailRow(visibleIndex) Method

Expands the specified detail row.

#Declaration

TypeScript
ExpandDetailRow(
    visibleIndex: number
): void

#Parameters

Name Type Description
visibleIndex number

The visible index of 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