Version

Node class Methods

For a list of all members of this type, see Node members.

Public Methods
 NameDescription
Public MethodcollapseSiblingsThis will collapse all sibling nodes. If they are currently animating expanded, the animation is stopped and reversed.  
Public MethoddisposeDisposes the object and all of its children.  
Public MethodhasChildrenReturns a boolean value which indicates whether or not this node has any child nodes beneath it.  
Public MethodisAfterChecks if this node instance is after the passed as a parameter node.  
Public MethodremoveRemoves the node from the parent node nodes collection  
Public MethodtoggleChanges the Expanded state of the node to the opposite value from what it is currently. If the node is expanded, then it will be collapsed. If the node is collapsed, it will be expanded.  
See Also