ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ListView Namespace / C1ListViewItemCollection Class / C1ListViewItemCollection Constructor

In This Topic
    C1ListViewItemCollection Constructor
    In This Topic
    Explicit constructor for C1ListViewItemCollection.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As IC1ListViewItemCollectionOwner _
    )
    public C1ListViewItemCollection( 
       IC1ListViewItemCollectionOwner owner
    )

    Parameters

    owner
    See Also