ImageGalleryItem(String, String) Constructor
Initializes a new instance of the ImageGalleryItem class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
See Also