Skip to main content
All docs
V25.1
  • BreadcrumbControl.ClearHistory() Method

    Clears the control’s navigation history.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v25.1.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