MVCxImageGalleryItem Constructors
Represents an individual item within the ImageGallery.Name | Parameters | Description |
---|---|---|
MVCxImageGalleryItem() | none | Initializes a new instance of the MVCxImageGalleryItem class with default settings. |
MVCxImageGalleryItem(String, String, String, String, String, String) | imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl, fullscreenViewerText, navigateUrl | Initializes a new instance of the MVCxImageGalleryItem class with the specified settings. |
MVCxImageGalleryItem(String, String, String, String, String) | imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl, fullscreenViewerText | Initializes a new instance of the MVCxImageGalleryItem class with the specified settings. |
MVCxImageGalleryItem(String, String, String, String) | imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl | Initializes a new instance of the MVCxImageGalleryItem class with the specified settings. |
MVCxImageGalleryItem(String, String, String) | imageUrl, text, thumbnailUrl | Initializes a new instance of the MVCxImageGalleryItem class with the specified settings. |
MVCxImageGalleryItem(String, String) | imageUrl, text | Initializes a new instance of the MVCxImageGalleryItem class with the specified settings. |
MVCxImageGalleryItem(String) | imageUrl | Initializes a new instance of the MVCxImageGalleryItem class with the specified settings. |
See Also