Back to Devexpress

BreadCrumbEdit.ResetNavigationHistory() Method

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-12576fc5.md

latest2.2 KB
Original Source

BreadCrumbEdit.ResetNavigationHistory() Method

Clears the navigation journal, retrieved by the BreadCrumbEdit.GetNavigationHistory method.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ResetNavigationHistory()
vb
Public Sub ResetNavigationHistory

Remarks

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

Breadcrumb Edit Control

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace