showCheckboxColumn property

bool showCheckboxColumn
final

Decides whether Checkbox should be displayed in each row to select or deselect the rows.

Defaults to false.

If true, Checkbox column will be added at the beginning of each row. Rows can be selected only if the SfDataGrid.selectionMode is other than none.

SfDataGrid.onSelectionChanging and SfDataGrid.onSelectionChanging callbacks will be called whenever you select the rows using Checkbox in each row.

See also, SfDataGrid.checkboxColumnSettings – Provides the customization options to the checkbox column.

Implementation

final bool showCheckboxColumn;