Table of Contents
Version: 2023r1

Properties #
| BranchColor as Color | ShowBranches as Boolean |
| ColorizeDepth as Boolean | SideDisclosureImage as Picture |
| DownDisclosureImage as Picture | UseCustomDisclosureImages as Boolean |
Methods #
| AddNode(Path as String, Separator as String = “/”, Icon as Picture) as XDSTreeNode | ExpandPath(Path as String, Separator as String = “/”) |
| Clear(ClearStates as Boolean = False) | FindNode(Path as string, Separator as string = “/”) as XDSTreeNode |
| Display() | Reload() |
| ExpandAllSubnodes(Subnode as String) | SelectedNode() as XDSTreeNode |
| ExpandAll() | SelectPath(Path as String, Separator as String = “/”) |
Events #
| LeafDoubleClicked(Selection as XDSTreeNode) | NodeDisplayed(Node as XDSTreeNode) |
| NodeChanged(Selection as XDSTreeNode) |