Back to Devexpress

TdxBreadcrumbEdit Class

vcl-dxbreadcrumbedit.md

latest2.0 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxCustomBreadcrumbEdit TdxBreadcrumbEdit

See Also

TdxDBBreadcrumbEdit

TdxShellBreadcrumbEdit

Integrated Touch Gesture Support

TdxBreadcrumbEdit Members

dxBreadcrumbEdit Unit