aspnet-devexpress-dot-web-85e42c00.md
Contains settings that define images displayed within the ImageZoom’s expand window.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ImageZoomExpandWindowImages :
ImageZoomWindowImagesBase
Public Class ImageZoomExpandWindowImages
Inherits ImageZoomWindowImagesBase
The following members return ImageZoomExpandWindowImages objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxImageZoom.ImagesExpandWindow |
| ASP.NET MVC Extensions | ImageZoomSettings.ImagesExpandWindow |
The ImageZoomExpandWindowImages object provides a number of properties that allow you to assign images to various elements within the ImageZoom’s expand window. These properties can be accessed via the ASPxImageZoom.ImagesExpandWindow and ImageZoomSettings.ImagesExpandWindow properties.
Object StateManager PropertiesBase ImagesBase PopupControlImages ImageZoomWindowImagesBase ImageZoomExpandWindowImages
See Also