Namespace:DevExpress.Xpf.Accordion
Assembly:DevExpress.Xpf.Accordion.v19.2.dll

Syntax
C# |
public IEnumerable ItemsSource { get; set; }
|
VB |
Public Property ItemsSource As IEnumerable
|
Property value
Type: IEnumerable
An object that represents the data source from which the AccordionControl retrieves its items.

Remarks
Refer to the Data Binding and Adding Accordion Items topics to learn more.

See Also