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

BreadcrumbControl.ClearHistory() Method

Clears the control’s navigation history.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void ClearHistory()

Remarks

The BreadcrumbControl tracks the entire navigation history when the AllowFillHistory property is set to true.

Use the ClearHistory method to clear navigation history.

See Also