Skip to main content

TdxTreeViewCustomOptionsView.ShowLines Property

Specifies if the Tree View shows lines between parent and child nodes.

Declaration

property ShowLines: Boolean read; write;

Property Value

Type Description
Boolean

If True, the control displays lines between parent and child nodes. If False, the lines are hidden.

Remarks

Refer to the TdxTreeViewControlOptionsView.ShowLines property description for detailed information and an example.

See Also