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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageZoomZoomWindowImages :
    ImageZoomWindowImagesBase

The following members return ImageZoomZoomWindowImages objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxImageZoom.ImagesZoomWindow
ASP.NET MVC Extensions ImageZoomSettings.ImagesZoomWindow

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