Skip to main content

MVCxImageSliderItemCollection.Add Method

Name Parameters Description
Add() none Creates a new image item with the default settings and adds it to the collection.
Add(MVCxImageSliderItem) item Adds a specified image slider item to the end of the collection.
Add(Action<MVCxImageSliderItem>) method Adds a new imageslider item to the collection and allows you to customize this item in a delegate method implementation.
Add(String, String, String, String, String) imageUrl, thumbnailUrl, navigateUrl, text, name Creates a new image item with the specified settings and adds it to the collection.
Add(String, String, String, String) imageUrl, thumbnailUrl, navigateUrl, text Creates a new image item with the specified settings and adds it to the collection.
Add(String, String, String) imageUrl, thumbnailUrl, navigateUrl Creates a new image item with the specified settings and adds it to the collection.
Add(String, String) imageUrl, thumbnailUrl Creates a new image item with the specified settings and adds it to the collection.
Add(String) imageUrl Creates a new image item with the specified settings and adds it to the collection.