Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public BreadcrumbHistoryNode Node { get; }

    Property Value

    Type Description
    BreadcrumbHistoryNode

    A breadcrumb node.

    See Also