BreadcrumbHistoryChangingEventArgs.Reason Property
In This Article
Gets the navigation action that caused the event firing.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public BreadcrumbHistoryChangingReason Reason { get; }
#Property Value
Type | Description |
---|---|
Breadcrumb |
One of the Breadcrumb |
Available values:
Name | Description |
---|---|
Select |
The event occurred because an end user had selected another node. |
Select |
The event occurred because the Breadcrumb |
Select |
The event occurred because the Breadcrumb |
Select |
The event occurred because an end user had entered another path or selected a path from a recently visited path list. |
Clear | The event occurred after rebuilding the bound data source hierarchy. |
See Also