ImageZoomNavigatorItem(String, String, String, String, String) Constructor
Initializes a new object of the ImageZoomNavigatorItem type with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
| expandWindowText | String | A String value specifying the item’s expand window text. Initializes the item’s ImageZoomNavigatorItem.ExpandWindowText property. |