TitleBox.EnableEdit

Syntax

EnableEdit: Boolean;

Description

The EnableEdit property determines whether express report title can be edited.

Comments

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.

Example

The example of use is given on the page with description of the TitleBox.IsMultiLanguage property.

See also:

TitleBox