Skip to main content

IChildrenSelector.SelectChildren(Object) Method

Retrieves the AccordionItem‘s children from the data source.

Namespace: DevExpress.Xpf.Accordion

Assembly: DevExpress.Xpf.Accordion.v23.2.dll

NuGet Package: DevExpress.Wpf.Accordion

Declaration

IEnumerable SelectChildren(
    object item
)

Parameters

Name Type Description
item Object

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

Returns

Type Description
IEnumerable

A collection of objects that are the children of an accordion item.

See Also