Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TCustomdxVTreeViewEdit.TreeViewShowLines Property

Specifies whether lines that link child nodes of a drop-down tree-view control to their corresponding parent nodes are displayed.

Declaration

property TreeViewShowLines: Boolean read; write;

Property Value

Type
Boolean

Remarks

If TreeViewShowLines is True, the lines linking child nodes of a drop-down tree-view control to their parent nodes are displayed. The nodes at the root of the hierarchy are not automatically linked. To link nodes at the root, the TreeViewShowRoot property must also be set to True.

See Also