Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public BreadcrumbHistoryNode Node { get; }

Property Value

Type Description
BreadcrumbHistoryNode

A breadcrumb node.

See Also