Skip to main content

MVCxImageGalleryItemCollection.Add Method

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