Back to Devexpress

BreadcrumbControl.PathEditSource Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbcontrol-e483ddd6.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public ReadOnlyObservableCollection<BreadcrumbPathNode> PathEditSource { get; }
vb
Public ReadOnly Property PathEditSource As ReadOnlyObservableCollection(Of BreadcrumbPathNode)

Property Value

TypeDescription
ReadOnlyObservableCollection<BreadcrumbPathNode>

A collection of nodes.

|

Remarks

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

See Also

BreadcrumbControl Class

BreadcrumbControl Members

DevExpress.Xpf.Controls Namespace