Skip to main content
Tab

ImageZoomNavigatorImages Class

Contains settings that define images displayed within the navigator elements of the image zoom.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageZoomNavigatorImages :
    ImageSliderImagesBase

The following members return ImageZoomNavigatorImages objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxImageZoomNavigator.Images
ASP.NET MVC Extensions ImageZoomNavigatorSettings.Images

Remarks

The ImageZoomNavigatorImages object provides a number of properties that allow you to assign images to various elements within the Image Zoom Navigator. These properties can be accessed via the ImageZoomNavigatorSettings.Images and ASPxImageZoomNavigator.Images properties.

See Also