Back to Devexpress

BreadCrumbEdit Class

windowsforms-devexpress-dot-xtraeditors-874ebf2b.md

latest2.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class BreadCrumbEdit :
    ComboBoxEdit,
    IBreadCrumbHotNodeController
vb
Public Class BreadCrumbEdit
    Inherits ComboBoxEdit
    Implements 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.

See the Breadcrumb Edit Control topic to learn more.

Implements

IXtraResizableControl

Inheritance

Show 14 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseEdit TextEdit ButtonEdit PopupBaseEdit PopupBaseAutoSearchEdit ComboBoxEdit BreadCrumbEdit

See Also

BreadCrumbEdit Members

Breadcrumb Edit Control

DevExpress.XtraEditors Namespace