vcl-dxbreadcrumbedit.md
Implements the virtual breadcrumb control.
TdxBreadcrumbEdit = class(
TdxCustomBreadcrumbEdit
)
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.
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomBreadcrumbEdit TdxBreadcrumbEdit
See Also