EnableEdit: Boolean
The EnableEdit property determines whether text box can be edited.
Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.
If the property is set to True, it is editable, otherwise it is not.
Default value is set to True.
The property use is given in the Example of Creating the TextBox Component page.
See also: