Skip to main content

BreadcrumbPathNode Class

Represents a single node displayed in the path edit popup.

Namespace: DevExpress.Xpf.Controls

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

NuGet Package: DevExpress.Wpf.Controls

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