ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1CarouselItemCollection Class / Add Method
item to add.

In This Topic
    Add Method (C1CarouselItemCollection)
    In This Topic
    Adds C1CarouselItem node to the collection.
    Syntax
    'Declaration
     
    Public Shadows Sub Add( _
       ByVal item As C1CarouselItem _
    ) 
    public new void Add( 
       C1CarouselItem item
    )

    Parameters

    item
    item to add.
    See Also