allowEditing property

bool allowEditing
final

Decides whether cell should be moved into edit mode based on SfDataGrid.editingGestureType.

Defaults to false.

Editing can be enabled only if the SfDataGrid.selectionMode is other than none and SfDataGrid.navigationMode is cell.

See also,

Implementation

final bool allowEditing;