RepositoryItemBreadCrumbEdit.BreadCrumbMode Property
Gets or sets the current BreadCrumbEditmode.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(BreadCrumbMode.Select)]
[DXCategory("Behavior")]
public virtual BreadCrumbMode BreadCrumbMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Bread |
Select | A Bread |
Available values:
Name | Description |
---|---|
Edit | The Bread |
Select | The Bread |
#Remarks
The BreadCrumbEdit can operate in Edit and Select modes. In Select mode nodes are presented as click-able items with the drop-down button, clicking which displays a drop-down list with all child nodes for this node. Edit mode, automatically applied when an end-user clicks empty space within a BreadCrumbEdit, allows end-users to manually modify the editor’s path, presented as plain editable string. See the Breadcrumb Edit Control to learn more.