Skip to main content

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.v23.2.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