NoCreateEditors: Boolean
The NoCreateEditors property determines the attribute that the header is displayed as a simple text and not in editors of the TextBox and MaskEdit components.
Available values:
true. The header is displayed as a simple text and not in editor of the TextBox or MaskEdit components.
false. Default value. Editors will be created.
Use JSON or the setNoCreateEditors method to set the property value and the getNoCreateEditors method to get the property value.
The property use is given in description of the Combo.getTextBox method.
See also: