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

IChildrenSelector Interface

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.v19.2.dll

Declaration

public interface IChildrenSelector

The following members return IChildrenSelector objects:

Remarks

This interface introduces the IChildrenSelector.SelectChildren method that allows obtaining the children of an AccordionItem.

See Also