Overview | Methods | This Package | All Packages
Retrieves the full path to this node.
Syntax
public String getFullPath()
Return Value
Returns a string that contains the names of all the nodes that must navigated to get to this node, starting at the root node. The node labels are separated by the delimiter character specified in the pathSeparator property of the TreeView control that contains this node. For example, if the delimiter character of the tree view control is set to the backslash (\), this method returns a string in this form: Country\Region\State.