Back to Devexpress

IChildSelector Interface

wpf-devexpress-dot-xpf-dot-controls-f3214bd7.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public interface IChildSelector
vb
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

IChildSelector Members

DevExpress.Xpf.Controls Namespace