Panes Property
Panes
Gets the collection of AccordionPane objects whose header and content properties determine the content of the Accordion control.
Declaration
public IList<AccordionPane> Panes { get; }
Public ReadOnly Property Panes As IList(Of AccordionPane)