Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TCustomdxVTreeViewEdit.TreeViewShowRoot Property

    Specifies whether lines connecting the top-level nodes of a drop-down tree-view control are displayed.

    Declaration

    property TreeViewShowRoot: Boolean read; write;

    Property Value

    Type
    Boolean

    Remarks

    To display the lines in a drop-down tree-view control connecting the top-level nodes to a single root, set the TreeViewShowRoot and TreeViewShowLines properties of the tree view to True.

    See Also