DataGridCell<T> class
The data for a cell of a SfDataGrid.
The list of DataGridCell objects should be passed as the cells argument to the constructor of each DataGridRow object.
- Annotations
Constructors
- DataGridCell({required String columnName, required T? value})
-
Creates DataGridCell for the SfDataGrid.
const
Properties
- columnName → String
-
The name of a column
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → T?
-
The value of a cell.
final
Methods
-
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