rows property
The collection of rows to display in SfDataGrid
.
This must be non-null, but may be empty.
Implementation
@override
List<XDataGridRow> get rows => dataGridRows;
The collection of rows to display in SfDataGrid
.
This must be non-null, but may be empty.
@override
List<XDataGridRow> get rows => dataGridRows;