IsRowExpandable Method (DataGrid)

Class

DataGrid.

Action

Tests whether the row is expandable.

Syntax

bCanExpand = Datagrid.IsRowExpandable(DataGridRow)
Variable Description
bCanExpand TRUE if the row is expandable, FALSE if it is not. BOOLEAN.
DataGridRow The DataGridRow to test. DATAGRIDROW.