ImageSliderItem(String, String, String, String) Constructor
Initializes a new object of the ImageSliderItem type with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ImageSliderItem(
string imageUrl,
string thumbnailUrl,
string navigateUrl,
string text
)
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. |
See Also