TreeListView.EnableEdit

Syntax

EnableEdit: Boolean;

Description

The EnableEdit property determines cell editing mode.

Comments

Editing mode is enabled by single slick on a cell.

Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Set cell editing mode
Tree.setEnableEdit(true)

After executing the example cell editing is available.

See also:

TreeListView