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

IChildSelector.SelectChildren(Object) Method

Retrieves the breadcrumb item’s children 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

IEnumerable<object> SelectChildren(
    object item
)

Parameters

Name Type Description
item Object

The breadcrumb item whose children are retrieved from the data source.

Returns

Type Description
IEnumerable<Object>

A collection of objects that are the children of a breadcrumb item.

See Also