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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyObservableCollection<BreadcrumbPathNode> | A collection of nodes. |
Remarks
The image below illustrates the nodes that the PathEditSource property returns.
See Also