Skip to main content
A newer version of this page is available. .

BreadCrumbEdit.ResetNavigationHistory() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void 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