DataGridCheckboxValueChangedDetails class
Signature for SfDataGrid.onCheckboxValueChanged callbacks.
Constructors
- DataGridCheckboxValueChangedDetails.new({required bool value, required DataGridRow? row, required RowType rowType})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- row → DataGridRow?
-
Specifies the DataGridRow that associates with the check box in the checkbox column.
final
- rowType → RowType
-
Specifies the row type of the checkbox in the checkbox column.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → bool
-
Specifies the current value of the checkbox.
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