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

ImageSliderItem(String, String) Constructor

Initializes a new object of the ImageSliderItem type with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageSliderItem(
    string imageUrl,
    string thumbnailUrl
)

Parameters

Name Type Description
imageUrl String

A String value specifying the path to the item image. Initializes the item’s ImageSliderItem.ImageUrl property.

thumbnailUrl String

A String value specifying the path to the item image thumbnail. Initializes the item’s ImageSliderItem.ThumbnailUrl property.

See Also