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

ImageZoomZoomWindowImages Class

Contains settings that define images displayed within the zoom window of the ImageZoom.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ImageZoomZoomWindowImages :
    ImageZoomWindowImagesBase

The following members return ImageZoomZoomWindowImages objects:

Remarks

The ImageZoomZoomWindowImages object provides a number of properties that allow you to assign images to various elements within the zoom window of the ImageZoom. These properties can be accessed via the ASPxImageZoom.ImagesZoomWindow and ImageZoomSettings.ImagesZoomWindow properties.

See Also