BreadcrumbNode Class
In This Article
A Breadcrumb node.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Related API Members
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 |
---|---|
Child |
Gets a collection of a node’s child nodes. |
Has |
Gets whether the current node has children. |
Parent |
Gets a node’s parent node. |
See Also