ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Accordion Class / Panes Property

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