DataGridCheckboxColumnSettings class
Contains all the properties of the checkbox column.
This settings are applied to checkbox column only if SfDataGrid.showCheckboxColumn is true
.
Constructors
- DataGridCheckboxColumnSettings({bool showCheckboxOnHeader = true, Widget? label, double width = 50, Color? backgroundColor})
-
const
Properties
- backgroundColor → Color?
-
The background color of the checkbox column.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → Widget?
-
The label of column header of checkbox column.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showCheckboxOnHeader → bool
-
Decides whether Checkbox should be displayed in header of column which
shows Checkbox to select/deselect the rows.
final
- width → double
-
The width of the column.
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