Back to Devexpress

IChildrenSelector.SelectChildren(Object) Method

wpf-devexpress-dot-xpf-dot-accordion-dot-ichildrenselector-dot-selectchildren-x28-system-dot-object-x29.md

latest1.4 KB
Original Source

IChildrenSelector.SelectChildren(Object) Method

Retrieves the AccordionItem‘s children from the data source.

Namespace : DevExpress.Xpf.Accordion

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

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
IEnumerable SelectChildren(
    object item
)
vb
Function SelectChildren(
    item As Object
) As IEnumerable

Parameters

NameTypeDescription
itemObject

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

|

Returns

TypeDescription
IEnumerable

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

|

See Also

IChildrenSelector Interface

IChildrenSelector Members

DevExpress.Xpf.Accordion Namespace