DataGridRow class

Row configuration and cell data for a SfDataGrid.

Return this list of DataGridRow objects to DataGridSource.rows property.

The data for each row can be passed as the cells argument to the constructor of each DataGridRow object.

Constructors

DataGridRow({required List<DataGridCell> cells})
Creates DataGridRow for the SfDataGrid.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCells() List<DataGridCell>
Returns the collection of DataGridCell which is created for DataGridRow.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited