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

ImageZoomNavigatorItem(String, String, String, String) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageZoomNavigatorItem(
    string imageUrl,
    string largeImageUrl,
    string thumbnailUrl,
    string zoomWindowText
)

Parameters

Name Type Description
imageUrl String

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

largeImageUrl String

A String value specifying the path to the item large image. Initializes the item’s ImageZoomNavigatorItem.LargeImageUrl property.

thumbnailUrl String

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

zoomWindowText String

A String value specifying the item’s zoom window text. Initializes the item’s ImageZoomNavigatorItem.ZoomWindowText property.

See Also