Back to Devexpress

BreadcrumbNode.HasChildNodes Property

wpf-devexpress-dot-xpf-dot-controls-dot-breadcrumbnode-0d88ee98.md

latest1.2 KB
Original Source

BreadcrumbNode.HasChildNodes Property

Gets whether the current node has children.

Namespace : DevExpress.Xpf.Controls

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public bool HasChildNodes { get; }
vb
Public ReadOnly Property HasChildNodes As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ChildNodes

ParentNode

BreadcrumbNode Class

BreadcrumbNode Members

DevExpress.Xpf.Controls Namespace