Back to Devexpress

BreadcrumbNode Class

wpf-devexpress-dot-xpf-dot-controls-201e0956.md

latest2.0 KB
Original Source

BreadcrumbNode Class

A Breadcrumb node.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public class BreadcrumbNode :
    INotifyPropertyChanged
vb
Public Class BreadcrumbNode
    Implements INotifyPropertyChanged

The following members return BreadcrumbNode objects:

Remarks

The BreadcrumbNode object represents the logical Breadcrumb node bound to a corresponding data item.

To get the bound data item, use the Item property.

The Text property specifies the node’s caption.

Hierarchy

The BreadcrumbNode class provides a set of properties that allow you to work with node hierarchy:

PropertyDescription
ChildNodesGets a collection of a node’s child nodes.
HasChildNodesGets whether the current node has children.
ParentNodeGets a node’s parent node.

Inheritance

Object BreadcrumbNode

See Also

Node

BreadcrumbNode Members

DevExpress.Xpf.Controls Namespace