Back to Devexpress

AccordionControl.Items Property

wpf-devexpress-dot-xpf-dot-accordion-dot-accordioncontrol-554859e4.md

latest1.8 KB
Original Source

AccordionControl.Items Property

Gets the collection of accordion items displayed by the AccordionControl.

Namespace : DevExpress.Xpf.Accordion

Assembly : DevExpress.Xpf.Accordion.v25.2.dll

NuGet Package : DevExpress.Wpf.Accordion

Declaration

csharp
public ObservableCollection<object> Items { get; }
vb
Public ReadOnly Property Items As ObservableCollection(Of Object)

Property Value

TypeDescription
ObservableCollection<Object>

A collection of accordion items.

|

Remarks

Use the Items property to add, remove or access individual accordion items.

Refer to the Adding Accordion Items topic to learn more.

See Also

AccordionControl Class

AccordionControl Members

DevExpress.Xpf.Accordion Namespace