Expand Method (DataGrid)

Class

DataGrid.

Action

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

Syntax

Datagrid.Expand (DataGridRow)
Variable Description
DataGridRow The DataGridRow to expand. DATAGRIDROW.

Notes

Expand raises the exception E_ROW_CANT_EXPAND if the row is not expandable.