ASPxClientGridView.ExpandDetailRow(visibleIndex) Method
In This Article
Expands the specified detail row.
#Declaration
TypeScript
ExpandDetailRow(
visibleIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
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