Skip to main content
A newer version of this page is available. .
Tab

ImageGalleryItem(String) Constructor

Initializes a new instance of the ImageGalleryItem class with the specified setting.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageGalleryItem(
    string imageUrl
)

Parameters

Name Type Description
imageUrl String

A String value that specifies the item image url. Initializes the item’s ImageGalleryItem.ImageUrl property.

See Also