isEditing property

bool isEditing
getter/setter pair

Whether the row is in editing mode.

When a row is in editing mode, the cells will be replaced by DataCells with appropriate editing widgets.

See DataCell for more details.

Defaults to false.

See also:

Implementation

bool isEditing;