ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / Panes Property

In This Topic
    Panes Property
    In This Topic
    Collection of child panes in the accordion.
    Syntax
    'Declaration
     
    Public ReadOnly Property Panes As C1AccordionPaneCollection
    public C1AccordionPaneCollection Panes {get;}
    See Also