ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Carousel Namespace / C1Carousel Class / Items Property

In This Topic
    Items Property (C1Carousel)
    In This Topic
    Gets a C1CarouselItemCollection object that contains the items of the current C1Carousel control.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As C1CarouselItemCollection
    public C1CarouselItemCollection Items {get;}
    See Also