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.v24.1.dll
NuGet Package: DevExpress.Wpf.Controls
Declaration
Related API Members
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