TcxVirtualTreeListOptionsData.SmartLoad Property
Specifies the manner in which a data-aware tree list (TcxDBTreeList or TcxVirtualTreeList) is populated with data.
#Declaration
property SmartLoad: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
If the smart load feature is enabled, the tree list is first populated with only root level nodes (a root level for this mode is specified by the tree list’s RootValue property). If a particular node is being expanded, the tree list loads its child nodes. The intent of this feature is to improve performance, and reducing memory use.
Set the SmartLoad property to True, to enable the smart load feature. Otherwise, all nodes will be loaded simultaneously.
Note
The smart load feature is in effect if the tree list’s Root
The default value of the SmartLoad property is False.