Skip to main content

MVCxImageGalleryItem(String, String, String, String, String, String) Constructor

Initializes a new instance of the MVCxImageGalleryItem class with the specified settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxImageGalleryItem(
    string imageUrl,
    string text,
    string thumbnailUrl,
    string fullscreenViewerThumbnailUrl,
    string fullscreenViewerText,
    string navigateUrl
)

Parameters

Name Type Description
imageUrl String

A String value specifying the path to the ImageGallery item’s image. This value is assigned to the MVCxImageGalleryItem.ImageUrl property.

text String

A String value specifying the text (description) of the current image item. This value is assigned to the MVCxImageGalleryItem.Text property.

thumbnailUrl String

A String value specifying the path to the item thumbnail image. This value is assigned to the MVCxImageGalleryItem.ThumbnailUrl property.

fullscreenViewerThumbnailUrl String

A String value specifying the path to the item thumbnail image within the full-screen viewer. This value is assigned to the MVCxImageGalleryItem.FullscreenViewerThumbnailUrl property.

fullscreenViewerText String

A String value specifying the text (description) of the current image item within the full-screen viewer. This value is assigned to the MVCxImageGalleryItem.FullscreenViewerText property.

navigateUrl String

A String value specifying the URL to which the browser navigates when the item is clicked. This value is assigned to the MVCxImageGalleryItem.NavigateUrl property.

See Also