Skip to main content
All docs
V26.1
  • BreadcrumbControl.PathEditSource Property

    Gets a collection of nodes displayed in the control popup in the path edit mode. This is a dependency property.

    Namespace: DevExpress.Xpf.Controls

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

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public ReadOnlyObservableCollection<BreadcrumbPathNode> PathEditSource { get; }

    Property Value

    Type Description
    ReadOnlyObservableCollection<BreadcrumbPathNode>

    A collection of nodes.

    Remarks

    The image below illustrates the nodes that the PathEditSource property returns.

    Breadcrumb PathEditSource

    See Also