Search
TreeViewItem.text Property
See Also
 





Gets or sets the text label displayed by this item.

Namespace: MindFusion.Diagramming
File: TreeViewItem.js

 Syntax

JavaScript  Copy Code

get text() {}
set text(value) {}

 Property Value

String

A string containing the item's text. The default value is empty string "".

 See Also