BreadcrumbControl.PathEditSource Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public ReadOnlyObservableCollection<BreadcrumbPathNode> PathEditSource { get; }
#Property Value
Type | Description |
---|---|
Read |
A collection of nodes. |
#Remarks
The image below illustrates the nodes that the PathEditSource property returns.
See Also