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

ImageZoomExtension Class

Represents an extension object implementing the ImageZoom functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class ImageZoomExtension :
    ExtensionBase

The following members return ImageZoomExtension objects:

Remarks

To declare the ImageZoom in a View, invoke the ExtensionsFactory.ImageZoom helper method. This method returns the ImageZoom extension that is implemented by the ImageZoomExtension class.

To configure the ImageZoom extension, pass the ImageZoomSettings object to the ExtensionsFactory.ImageZoom helper method as a parameter. The ImageZoomSettings object contains all the ImageZoom extension settings.

Refer to the ImageZoom Overview topic to learn how to add the ImageZoom extension to your project.

Inheritance

Object
ExtensionBase
ImageZoomExtension
See Also