C1CarouselItemCollection Class Members
In This Topic
The following tables list the members exposed by C1CarouselItemCollection.
Public Constructors
Public Properties
| Name | Description |
 | Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Top
Public Methods
| 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>) |
Top
See Also