TreeListNodes Constructors
Represents a collection of TreeListNode objects in the TreeList component.Name | Parameters | Description |
---|---|---|
TreeListNodes(TreeList, TreeListNode) | treeList, parentNode | Creates a collection of child nodes for a specific parent node. |
TreeListNodes(TreeList) | treeList | Creates a collection of nodes at the root level of the Tree List. |
See Also