source property

DataGridSource source
final

The DataGridSource that provides the data for each row in SfDataGrid. Must be non-null.

This object is expected to be long-lived, not recreated with each build.

Defaults to null

Implementation

final DataGridSource source;