Back to Devexpress

BreadCrumbMode Enum

windowsforms-devexpress-dot-xtraeditors-1658e8b2.md

latest2.2 KB
Original Source

BreadCrumbMode Enum

Exposes members used to label corresponding BreadCrumbEdit modes.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum BreadCrumbMode
vb
Public Enum BreadCrumbMode

Members

NameDescription
Edit

The BreadCrumbEdit‘s path is represented as plain editable text. End users can use a keyboard to modify this path and navigate within the BreadCrumbEdit.

| | Select |

The BreadCrumbEdit‘s path is represented as a sequence of click-able visual elements. Each element represents a BreadCrumbNode and has a drop-down button that displays a drop-down list with all child nodes owned by this node.

|

The following properties accept/return BreadCrumbMode values:

Remarks

The BreadCrumbMode enumerator values are passed to the RepositoryItemBreadCrumbEdit.BreadCrumbMode property as values. This property allows you to switch the BreadCrumbEdit control to Edit or Select mode. See the Breadcrumb Edit Control topic for details.

See Also

Breadcrumb Edit Control

DevExpress.XtraEditors Namespace