Collapse Method (DataGrid)

Class

DataGrid.

Action

Collapse the row and any of its children in the grid. If those children have children, they are also collapsed.

Syntax

Datagrid.Collapse (DataGridRow)
Variable Description
DataGridRow The DataGridRow to collapse. DATAGRIDROW.

Notes

Collapse raises the exception E_ROW_CANT_COLLAPSE if the row is not collapsible.