multiLineEdit property

bool multiLineEdit
getter/setter pair

if true and multiselect is active the user can select multiple rows and any edit will affect all selected rows (in the same column)

Implementation

late bool multiLineEdit;