BreadCrumbEdit.ResetNavigationHistory() Method
Clears the navigation journal, retrieved by the BreadCrumbEdit.GetNavigationHistory method.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
A breadcrumb control stores end-user navigation in two separate navigation journals.
- The default journal, accessed through the RepositoryItemBreadCrumbEdit.History property, stores only keyboard navigation in Edit mode (see the RepositoryItemBreadCrumbEdit.BreadCrumbMode property).
- The BreadCrumbEdit.GetNavigationHistory method returns a complete navigation journal that stores node paths visited in both Edit and Select modes.
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