Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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