Skip to main content

ExtensionsFactory.ImageZoomNavigator(ImageZoomNavigatorSettings) Method

Creates a ImageZoomNavigator.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageZoomNavigatorExtension ImageZoomNavigator(
    ImageZoomNavigatorSettings settings
)

Parameters

Name Type Description
settings ImageZoomNavigatorSettings

A ImageZoomNavigatorSettings object containing ImageZoomNavigator extension settings.

Returns

Type Description
ImageZoomNavigatorExtension

A ImageZoomNavigatorExtension object implementing the ImageZoomNavigator functionality.

See Also