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

BreadCrumbEdit Class

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class BreadCrumbEdit :
    ComboBoxEdit,
    IBreadCrumbHotNodeController

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