Skip to main content

BreadcrumbControl.ClearHistory() Method

Clears the control’s navigation history.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

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