BreadCrumbMode Enum
Exposes members used to label corresponding BreadCrumbEdit modes.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.