ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gallery Namespace / C1GalleryItem Class / C1GalleryItem Constructor / C1GalleryItem Constructor(Int32)

In This Topic
    C1GalleryItem Constructor(Int32)
    In This Topic
    Initializes a new instance of the C1GalleryItem class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal index As System.Integer _
    )
    public C1GalleryItem( 
       System.int index
    )

    Parameters

    index
    See Also