windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-8798f71e.md
Gets the object that stores the complete navigation history for this Breadcrumb Edit Control.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public BreadCrumbHistory GetNavigationHistory()
Public Function GetNavigationHistory As BreadCrumbHistory
| Type | Description |
|---|---|
| BreadCrumbHistory |
A BreadCrumbHistory object that stores the complete navigation history for this control.
|
At runtime, end-users can navigate through breadcrumb nodes by various means:
By default, from all these navigation methods the control tracks only keyboard navigation in Edit mode. Visited node paths are written to a navigation journal, which can be retrieved through the RepositoryItemBreadCrumbEdit.History property. If you need a complete navigation history, use the GetNavigationHistory method instead.
See the ‘History’ section of the Breadcrumb Edit Control article to learn more.
See Also