Skip to main content

MVCxImageGalleryItem(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
)

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.

See Also