Back to Devexpress

BreadcrumbHistoryChangingEventArgs.Node Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbhistorychangingeventargs-d94e72e3.md

latest1.2 KB
Original Source

BreadcrumbHistoryChangingEventArgs.Node Property

Gets the breadcrumb node that is about to be added to the navigation history.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public BreadcrumbHistoryNode Node { get; }
vb
Public ReadOnly Property Node As BreadcrumbHistoryNode

Property Value

TypeDescription
BreadcrumbHistoryNode

A breadcrumb node.

|

See Also

BreadcrumbHistoryChangingEventArgs Class

BreadcrumbHistoryChangingEventArgs Members

DevExpress.Xpf.Controls Namespace