ImageGalleryItemCollection.Add(String, String) Method
In This Article
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
)
#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 |
#Returns
Type | Description |
---|---|
Image |
A Image |
See Also