BreadcrumbHistoryChangingEventArgs.Node Property
In This Article
Gets the breadcrumb node that is about to be added to the navigation history.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public BreadcrumbHistoryNode Node { get; }
#Property Value
Type | Description |
---|---|
Breadcrumb |
A breadcrumb node. |
See Also