rows property
The collection of rows to display in SfDataGrid
.
This must be non-null, but may be empty.
Implementation
List<DataGridRow> get rows => List<DataGridRow>.empty();
The collection of rows to display in SfDataGrid
.
This must be non-null, but may be empty.
List<DataGridRow> get rows => List<DataGridRow>.empty();