row property

DataGridRow? row
final

Specifies the DataGridRow that associates with the check box in the checkbox column.

The value will be null if the checkbox is part of a column header, indicating that this checkbox is not associated with a specific data row.

Implementation

final DataGridRow? row;