ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1AccordionPaneCollection Class
Members

In This Topic
    C1AccordionPaneCollection Class
    In This Topic
    Represents a collection of AccordionPane objects that are used by the Panes property.
    Object Model
    C1AccordionPaneCollection Class
    Syntax
    'Declaration
     
    Public Class C1AccordionPaneCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of C1Accordion,C1AccordionPane)
    public class C1AccordionPaneCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Accordion,C1AccordionPane> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1Accordion.C1AccordionPaneCollection

    See Also