Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomDBBreadcrumbEdit.Root Property

Provides access to the root level node (the data hierarchy starting point).

#Declaration

Delphi
property Root: TdxDBBreadcrumbEditNode read;

#Property Value

Type
TdxDBBreadcrumbEditNode

#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