Skip to main content
All docs
V26.1
  • BreadcrumbControl.ChildSelector Property

    Gets or sets a selector that returns the list of child nodes for the processed breadcrumb node. This is a dependency property.

    Namespace: DevExpress.Xpf.Controls

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

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public IChildSelector ChildSelector { get; set; }

    Property Value

    Type Description
    IChildSelector

    The child nodes selector.

    See Also