AllowSelection: Boolean;
The AllowSelection property determines setting of selection for metadata tree model elements.
Available values:
true. Selection can be set for model elements.
false. Selection cannot be set for model elements (default).
Use the setAllowSelection method to set the property value and the getAllowSelection method to get the property value. Value cannot be set from JSON.
The example of property use is given in description of the MetaTree constructor.
See also: