ParentName property: Tree class
Description
This property returns the name of the parent branch in a branched tree, as a string. If the tree does not have levels, is an unbranched tree, or if the tree is the root level, Null is returned.
This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.
This property is read-only.