EnableEdit: Boolean;
The EnableEdit property determines whether list elements can be edited.
Available values:
true. Editing of elements is allowed.
false. Editing of elements is prohibited (by default).
Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.
The example of property use is given in description of the ListBox.getScrollBox method.
See also: