Skip to main content
A newer version of this page is available. .

BreadcrumbPathNode Class

Represents a single node displayed in the path edit popup.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public class BreadcrumbPathNode :
    ImmutableObject

Remarks

You can access a collection of the currently displayed BreadcrumbPathNode items using the BreadcrumbControl.PathEditSource property.

Inheritance

Object
DevExpress.Utils.ImmutableObject
BreadcrumbPathNode
See Also