ComponentOne AppView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AppView Namespace / C1AppViewItemCollection Class / C1AppViewItemCollection Constructor
Parent C1AppView class instance.

In This Topic
    C1AppViewItemCollection Constructor
    In This Topic
    Initializes a new instance of the AccordionPaneCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1AppView _
    )
    public C1AppViewItemCollection( 
       C1AppView owner
    )

    Parameters

    owner
    Parent C1AppView class instance.
    See Also