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 Class

Serves as the base class for the TdxDBBreadcrumbEdit class, which implements the data-aware breadcrumb control.

#Declaration

Delphi
TdxCustomDBBreadcrumbEdit = class(
    TdxCustomBreadcrumbEdit,
    IdxDBBreadCrumbEdit
)

#Remarks

TdxCustomDBBreadcrumbEdit provides the following API:

Property Description
DataBinding Specifies data mapping settings.
Properties Specifies data-aware breadcrumb settings.
Root Provides access to the root level node (the data hierarchy starting point).
RootValue Specifies the data hierarchy starting point, as a field value.
Selected Specifies the selected node.

Do not use this class directly. Use its descendant instead.

See Also