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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public class BreadCrumbEdit :
    ComboBoxEdit

The following members 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.

See Also