TreeViewProperties class

The TreeViewProperties class encapsulates properties for the TreeView DataWindow, and the corresponding TreeViewProperties property returns the properties. For example, the following code sets the ShowTreeNodeIcon property to true:

dwSales.TreeViewProperties.ShowTreeNodeIcon = true;