Gets or sets a value indicating whether this item is expanded to show its children.
Namespace: MindFusion.Diagramming
File: TreeViewItem.js
SyntaxJavaScript
Copy Code
|
|---|
get expanded() {} |
Boolean
true if the item is expanded, or false otherwise.
See Also