IsRowExpanded Method (DataGrid)

Class

DataGrid.

Action

Tests whether the row is expanded.

Syntax

bExpanded = Datagrid.IsRowExpanded(DataGridRow)
Variable Description
bExpanded TRUE if the row is expanded, FALSE if it is not. BOOLEAN.
DataGridRow The DataGridRow you want to test. DATAGRIDROW.