Skip to main content
A newer version of this page is available. .

BreadcrumbNode.ChildNodes Property

Gets a collection of a node’s child nodes.

Namespace: DevExpress.Xpf.Controls

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public BreadcrumbNodesCollection ChildNodes { get; }

Property Value

Type Description
DevExpress.Xpf.Controls.BreadcrumbNodesCollection

A collection of a node’s child nodes.

See Also