IChildrenSelector.SelectChildren(Object) Method
Retrieves the AccordionItem‘s children from the data source.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.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