BreadcrumbControl.ClearHistory() Method
Clears the control’s navigation history.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
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