Documentation for this section has not yet been entered.
The TreeNode.Parent property returns a System.Web.UI.WebControls.TreeNode object that represents the parent node of the current node. It is commonly used to determine the parent node or to access the properties of the parent node.
A root node does not have a parent node.
To access the child nodes of the current node, use the TreeNode.ChildNodes property.