Skip to main content

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