TdxBreadcrumbEditNode.Parent Property
In This Article
Provides access to the node’s parent.
#Declaration
Delphi
property Parent: TdxBreadcrumbEditNode read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns nil if the node is the root (see the Root property).
See Also