ComponentOne Carousel for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1CarouselItemCollection Class / Item Property

In This Topic
    Item Property (C1CarouselItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As C1CarouselItem
    public C1CarouselItem this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also