Skip to main content
All docs
V26.1
  • BreadcrumbNode.HasChildNodes Property

    Gets whether the current node has children.

    Namespace: DevExpress.Xpf.Controls

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

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public bool HasChildNodes { get; }

    Property Value

    Type Description
    Boolean

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

    See Also