showCheckboxOnHeader property

bool showCheckboxOnHeader
final

Decides whether Checkbox should be displayed in header of column which shows Checkbox to select/deselect the rows.

Defaults to true.

See also, SfDataGrid.showCheckboxColumn – This enables you to show Checkbox in each row to select/deselect the rows

Implementation

final bool showCheckboxOnHeader;