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