TdxCustomDBBreadcrumbEdit.Root Property
In This Article
Provides access to the root level node (the data hierarchy starting point).
#Declaration
Delphi
property Root: TdxDBBreadcrumbEditNode read;
#Property Value
Type |
---|
Tdx |
#Remarks
The root level node is a node whose ParentKeyValue property value matches RootValue. This node must be unique – make certain that no other node has the same ParentKeyValue.
See Also