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

ExtensionsFactory.ImageZoomNavigator(Action<ImageZoomNavigatorSettings>) Method

Creates a ImageZoomNavigator.

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public ImageZoomNavigatorExtension ImageZoomNavigator(
    Action<ImageZoomNavigatorSettings> method
)

Parameters

Name Type Description
method Action<ImageZoomNavigatorSettings>

A delegate method that accepts ImageZoomNavigatorSettings as a parameter.

Returns

Type Description
ImageZoomNavigatorExtension

A ImageZoomNavigatorExtension object implementing the ImageZoomNavigator functionality.

See Also