Skip to main content
All docs
V26.1
  • IChildSelector Interface

    Interface that should be implemented by a class that retrieves the breadcrumb items’ child nodes from the data source.

    Namespace: DevExpress.Xpf.Controls

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

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public interface IChildSelector

    The following members return IChildSelector objects:

    Remarks

    This interface introduces the IChildSelector.SelectChildren method that allows obtaining the children of a breadcrumb item.

    See Also