ImageGalleryItemCollection.Add(String, String, String, String, String, String) Method
Creates a new item with the specified settings and adds it to the collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageGalleryItem Add(
string imageUrl,
string text,
string thumbnailUrl,
string fullscreenViewerThumbnailUrl,
string fullscreenViewerText,
string navigateUrl
)
#Parameters
Name | Type | Description |
---|---|---|
image |
String | A String value that specifies the item image url. Initializes the item’s Image |
text | String | A String value that specifies the item text. Initializes the item’s Image |
thumbnail |
String | A String value that specifies the item thumbnail url. Initializes the item’s Image |
fullscreen |
String | A String value that specifies the item full screen viewer thumbnail url. Initializes the item’s Image |
fullscreen |
String | A String value that specifies the item full screen viewer text. Initializes the item’s Image |
navigate |
String | A String value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s Image |
#Returns
Type | Description |
---|---|
Image |
A Image |