AutoLoad: Boolean;
The AutoLoad property determines whether automatic items loading is used on creating a tree.
Available values:
true. Elements are automatically loaded on creating a tree.
false. Elements are not loaded on creating a tree.
Use JSON or the setAutoLoad method to set the property value and the getAutoLoad method to get the property value.
The example of property use is given in description of the DimTreeView.loadFirst method.
See also: