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

BreadCrumbMode Enum

Exposes members used to label corresponding BreadCrumbEdit modes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum BreadCrumbMode

#Members

Name Description
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.

#Related API Members

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