Name | Description | |
---|---|---|
C1CarouselItemCollection Constructor | Initializes a new instance of the C1CarouselItemCollection class. |
The following tables list the members exposed by C1CarouselItemCollection.
Name | Description | |
---|---|---|
C1CarouselItemCollection Constructor | Initializes a new instance of the C1CarouselItemCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem>) | |
Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem>) |
Name | Description | |
---|---|---|
Add | Adds C1CarouselItem node to the collection. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | Insert a C1CarouselItem item into a specific position in the collection. | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem>) | |
ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem>) | |
ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem>) | |
ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1Carousel,C1CarouselItem>) |