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

BreadcrumbNode.HasChildNodes Property

Gets whether the current node has children.

Namespace: DevExpress.Xpf.Controls

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

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

Declaration

public bool HasChildNodes { get; }

Property Value

Type Description
Boolean

true, if the current node has children; otherwise, false.

See Also