ReadOnly: Boolean
The ReadOnly property determines whether a component can be edited.
Available values:
true. The component is not editable (default).
false. The component is editable.
Use JSON or the setReadOnly method to set the property value, and the getReadOnly method to get the property value.
The example of use is given in description of the Label.Edit property.
See also: