Back to Devexpress

ImageZoomSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-f7d97e7d.md

latest2.1 KB
Original Source

ImageZoomSettings Class

Contains the ImageZoom extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ImageZoomSettings :
    SettingsBase
vb
Public Class ImageZoomSettings
    Inherits SettingsBase

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

ImageZoomSettings Members

ImageZoom

ImageZoomExtension

DevExpress.Web.Mvc Namespace