IChildrenSelector.SelectChildren(Object) Method
Retrieves the AccordionItem‘s children from the data source.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
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