Skip to main content
Tab

ImageGalleryItem(String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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