Skip to main content
All docs
V26.1
  • BreadcrumbPathNode Class

    Represents a single node displayed in the path edit popup.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v26.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public class BreadcrumbPathNode :
        ImmutableObject

    Remarks

    You can access a collection of the currently displayed BreadcrumbPathNode items using the BreadcrumbControl.PathEditSource property.

    Inheritance

    Object
    DevExpress.Utils.ImmutableObject
    BreadcrumbPathNode
    See Also