DroidDiagram Programmer's Guide
TreeViewItem.getExpanded Method
See Also
 






Gets whether this item is expanded to show its children.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getExpanded ()

 Return Value

true to show the children of this item, otherwise false; the default value is true.

 See Also

TreeViewItem Members
TreeViewItem Class
com.mindfusion.diagramming Namespace