ImageGalleryItem(String, String, String, String, String, String) Constructor
Initializes a new instance of the ImageGalleryItem class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ImageGalleryItem(
string imageUrl,
string text,
string thumbnailUrl,
string fullscreenViewerThumbnailUrl,
string fullscreenViewerText,
string navigateUrl
)
Parameters
Name | Type | Description |
---|---|---|
imageUrl | String | A String value that specifies the item image url. Initializes the item’s ImageGalleryItem.ImageUrl property. |
text | String | A String value that specifies the item text. Initializes the item’s ImageGalleryItem.Text property. |
thumbnailUrl | String | A String value that specifies the item thumbnail url. Initializes the item’s ImageGalleryItem.ThumbnailUrl property. |
fullscreenViewerThumbnailUrl | String | A String value that specifies the item full screen viewer thumbnail url. Initializes the item’s ImageGalleryItem.FullscreenViewerThumbnailUrl property. |
fullscreenViewerText | String | A String value that specifies the item full screen viewer text. Initializes the item’s ImageGalleryItem.FullscreenViewerText property. |
navigateUrl | String | A String value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s ImageGalleryItem.NavigateUrl property. |