TdxBreadcrumbEditNode.Path Property
In This Article
Returns the full hierarchical path to the node.
#Declaration
Delphi
property Path: string read;
#Property Value
Type |
---|
string |
#Remarks
This property returns a string that lists names of nodes that are required to navigate from the root node to the current node, delimited by a specific character.
See Also