Skip to main content
Tab

ImageZoomZoomWindowImages Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageZoomZoomWindowImages :
    ImageZoomWindowImagesBase

The following members return ImageZoomZoomWindowImages objects:

Library Related API Members
ASP.NET Web Forms Controls 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