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

In This Topic
    Item Property (C1CarouselItemEventArgs)
    In This Topic
    Gets the C1CarouselItem related with this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Item As C1CarouselItem
    public C1CarouselItem Item {get;}
    See Also