Back to Devexpress

BreadcrumbControl.AllowFillHistory Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-20631bc5.md

latest2.0 KB
Original Source

BreadcrumbControl.AllowFillHistory Property

Gets or sets whether the Breadcrumb control tracks the entire navigation history and displays recently navigated nodes in a drop down.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool AllowFillHistory { get; set; }
vb
Public Property AllowFillHistory As Boolean

Property Value

TypeDescription
Boolean

true , if the control tracks all the navigation history; otherwise, false.

|

Remarks

Set the AllowFillHistory property to true to display a list of recently navigated nodes in the control’s drop down.

You can select which navigation actions should be tracked by handling the HistoryChanging event. Use the HistoryNodes property to get access to a collection of recent navigation actions.

Use the ClearHistory() method to clear navigation history.

See Also

ClearHistory()

HistoryNodes

HistoryChanging

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace