Back to Devexpress

BreadcrumbPathNode Class

wpf-devexpress-dot-xpf-dot-controls-d5f7be58.md

latest1.3 KB
Original Source

BreadcrumbPathNode Class

Represents a single node displayed in the path edit popup.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public class BreadcrumbPathNode :
    ImmutableObject
vb
Public Class BreadcrumbPathNode
    Inherits ImmutableObject

Remarks

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

Inheritance

Object DevExpress.Utils.ImmutableObject BreadcrumbPathNode BreadcrumbHistoryNode

See Also

BreadcrumbPathNode Members

DevExpress.Xpf.Controls Namespace