TdxTreeViewCustomOptionsView.ShowRoot Property
In This Article
Specifies if the Tree View displays lines and expand buttons of nodes at the top nesting level.
#Declaration
Delphi
property ShowRoot: Boolean read; write;
#Property Value
Type | Description |
---|---|
Boolean | If True, the Tree View displays expand buttons of the root‘s children. If False, the expand buttons are hidden. |
#Remarks
Refer to the TdxTreeViewControlOptionsView.ShowRoot property description for detailed information and an example.
Note
A user is unable to expand and collapse nodes at the top nesting level if the Show
Show
See Also