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

ExtensionsFactory.ImageZoom(ImageZoomSettings) Method

Creates an ImageZoom

Namespace: DevExpress.Web.Mvc.UI

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

Declaration

public ImageZoomExtension ImageZoom(
    ImageZoomSettings settings
)

Parameters

Name Type Description
settings ImageZoomSettings

A ImageZoomSettings object containing ImageZoom extension settings.

Returns

Type Description
ImageZoomExtension

A ImageZoomExtension object implementing the ImageZoom functionality.

See Also