Search
TreeViewNode.showLines Property
See Also
 





Gets or sets whether to display lines connecting child items to parent items.

Namespace: MindFusion.Diagramming
File: TreeViewNode.js

 Syntax

JavaScript  Copy Code

get showLines() {}
set showLines(value) {}

 Property Value

Boolean

true to display connecting lines, or false otherwise.

 See Also