Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BreadcrumbNode Class

A Breadcrumb node.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v24.1.dll

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public class BreadcrumbNode :
    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:

Property Description
ChildNodes Gets a collection of a node’s child nodes.
HasChildNodes Gets whether the current node has children.
ParentNode Gets a node’s parent node.

#Inheritance

Object
BreadcrumbNode
See Also