windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-12576fc5.md
Clears the navigation journal, retrieved by the BreadCrumbEdit.GetNavigationHistory method.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public void ResetNavigationHistory()
Public Sub ResetNavigationHistory
A breadcrumb control stores end-user navigation in two separate navigation journals.
The ResetNavigationHistory method clears the second navigation journal, leaving the first one intact. Call the History.Clear() method to clear the default journal instead.
See the ‘History’ section of the Breadcrumb Edit Control article to learn more.
See Also