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

IChildrenSelector.SelectChildren(Object) Method

Retrieves the AccordionItem‘s children from the data source.

Namespace: DevExpress.Xpf.Accordion

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

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