Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public BreadcrumbHistoryNode Node { get; }

Property Value

Type Description
BreadcrumbHistoryNode

A breadcrumb node.

See Also