IChildrenSelector Interface
In This Article
Interface that should be implemented by a class that retrieves the AccordionItem‘s children from the data source.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
#Related API Members
The following members return IChildrenSelector objects:
#Remarks
This interface introduces the IChildrenSelector.SelectChildren method that allows obtaining the children of an AccordionItem.
See Also