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

TdxBreadcrumbEdit Class

Implements the virtual breadcrumb control.

#Declaration

Delphi
TdxBreadcrumbEdit = class(
    TdxCustomBreadcrumbEdit
)

#Remarks

The virtual breadcrumb provides a design-time editor that allows you to manage nodes and customize them as required. To invoke the editor, double-click the TdxBreadcrumbEdit component residing on a form or click Edit… in the component’s context menu.

In code, you can populate the virtual breadcrumb by handling the OnPopulateChildren event, or using a comprehensive node API. Refer to the How to Populate the Virtual Breadcrumb Control topic for an example on how to accomplish this.

See Also