EnableEdit: Boolean;
The EnableEdit property determines whether express report title can be edited.
Set the property value from JSON or using the setEnableEdit method, and get the property value using the getEnableEdit method.
If the property value is set to True (default), title editing is allowed, if the property is False the title cannot be edited.
The example of use is given on the page with description of the TitleBox.IsMultiLanguage property.
See also: