Back to Devexpress

ImageZoomNavigatorExtension Class

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

latest3.7 KB
Original Source

ImageZoomNavigatorExtension Class

Represents an extension object implementing the ImageZoomNavigator functionality.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class ImageZoomNavigatorExtension :
    ExtensionBase
vb
Public Class ImageZoomNavigatorExtension
    Inherits ExtensionBase

The following members return ImageZoomNavigatorExtension objects:

Remarks

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

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

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

Inheritance

Object ExtensionBase ImageZoomNavigatorExtension

See Also

ImageZoomNavigatorExtension Members

ImageZoom

ImageZoomNavigatorSettings

DevExpress.Web.Mvc Namespace