ASPxClientGridView.CollapseDetailRow(visibleIndex) Method
Collapses the specified detail row.
Declaration
CollapseDetailRow(
visibleIndex: number
): void
Parameters
| Name | Type | Description |
|---|---|---|
| visibleIndex | number | The detail row’s visible index. |
Remarks
To expand the specified detail row, use the ASPxClientGridView.ExpandDetailRow method.
To learn more, see Expanding and Collapsing Detail Rows.
See Also