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

In This Topic
    C1CarouselItemCollection Class
    In This Topic
    Represents the structure that manages the C1CarouselItem items.
    Object Model
    C1CarouselItemCollection Class
    Syntax
    'Declaration
     
    Public Class C1CarouselItemCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of C1Carousel,C1CarouselItem)
    public class C1CarouselItemCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1Carousel.C1CarouselItemCollection

    See Also