Table of Contents
TreeNode Objects

A client side object that represents a tree node.

Base Object
TreeNode derives from NavigationItem and inherits all method provided by NavigationItem.
Methods
Name Description
beginEdit Puts the TreeNode into edit mode.
ensureVisible Scrolls the TreeView so that this node is visible.
expandPath Expands this node and all parent nodes of this node.
getCheckState Returns the current check state.
getExpanded Returns a value indicating whether the node is expanded.
getImageUrl Gets the node image Url.
isLeafNode Returns true if this node is a leaf node, otherwise false.
populateOnDemand Starts populating on demand for the current node.
select Select a tree node.
setCheckState Set check state.
setExpanded Expands or collapses a tree node.
setImageUrl Sets the node image Url.