Skip to main content
A newer version of this page is available. .

BreadCrumbEdit Class

The MS Windows Explorer-inspired navigation bar that allows end-users to navigate through a hierarchical tree of nodes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v17.2.dll

Declaration

[SmartTagAction(typeof(BreadCrumbActions), "Nodes", "Edit Nodes...", SmartTagActionType.CloseAfterExecute)]
[ToolboxTabName("DX.17.2: Common Controls")]
[SmartTagFilter(typeof(BreadCrumbEditFilter))]
[ToolboxBitmap(typeof(ToolboxIconsRootNS), "BreadCrumbEdit")]
public class BreadCrumbEdit :
    ComboBoxEdit

The following members accept/return BreadCrumbEdit objects:

Remarks

The BreadCrumbEdit is a navigation bar, similar to the one seen in Microsoft Windows Explorer. The figure below illustrates what this control looks like at runtime.

BRC - BreadCrumb Common View

See the Breadcrumb Edit Control topic to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BreadCrumbEdit class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also