Carousel Items
You can add items to RadCarousel control by using the Items collection (programmatically or design-time), or by binding to a data source. You can use RadItem descendants to populate the RadCarousel.Items collection, for example RadLabelElement or RadButtonElement.
Adding Carousel Items
To add items to the carousel without data binding, use the Add method of the carousel collection. The example below adds a number of different RadItem types.
Adding Items
Deleting Items
To delete an entry from the carousel Items collection, use the Remove or RemoveAt methods. Remove takes the RadItem instance to be deleted and RemoveAt takes the index position of the item to be deleted: