Search
TreeViewItem.expanded Property
See Also
 





Gets or sets a value indicating whether this item is expanded to show its children.

Namespace: MindFusion.Diagramming
File: TreeViewItem.js

 Syntax

JavaScript  Copy Code

get expanded() {}
set expanded(value) {}

 Property Value

Boolean

true if the item is expanded, or false otherwise.

 See Also