AccordionControl.ChildrenSelector Property
Gets or sets an object that retrieves the accordion item‘s children from the data source based on custom logic. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v25.1.dll
NuGet Package: DevExpress.Wpf.Accordion
Declaration
Property Value
Type | Description |
---|---|
IChildrenSelector | An object that implements the IChildrenSelector interface. |
Remarks
Refer to the Children Selector topic to learn more.
See Also