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

TdxDBBreadcrumbEdit Class

Implements the data-aware breadcrumb control.

#Declaration

Delphi
TdxDBBreadcrumbEdit = class(
    TdxCustomDBBreadcrumbEdit
)

#Remarks

The data-aware breadcrumb provides access to the hierarchical data obtained from a self-referenced dataset.

To learn how to bind the breadcrumb to the self-referenced dataset, refer to the How to Bind a Breadcrumb Control to a Dataset at Design Time help topic.

See Also