ImageZoomSettings Class
Contains the ImageZoom extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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
SettingsBase
ImageZoomSettings
See Also