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

ImageZoomNavigatorItem(String) Constructor

Initializes a new object of the ImageZoomNavigatorItem type with the specified image URL.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageZoomNavigatorItem(
    string imageUrl
)

Parameters

Name Type Description
imageUrl String

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

See Also