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

ImageSliderItem(String, String, String, 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,
    string navigateUrl,
    string text,
    string name
)

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.

navigateUrl String

A String value specifying the URL to which the browser navigates when the item’s text is clicked. Initializes the item’s ImageSliderItem.NavigateUrl property.

text String

A String value specifying the item’s display text. Initializes the item’s ImageSliderItem.Text property.

name String

A String value that specifies the created item’s name. Initializes the item’s ImageSliderItem.Name property.

See Also