Skip to main content

ExtensionsFactory.ImageZoom(Action<ImageZoomSettings>) Method

Creates an ImageZoom.

Namespace: DevExpress.Web.Mvc.UI

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ImageZoomExtension ImageZoom(
    Action<ImageZoomSettings> method
)

Parameters

Name Type Description
method Action<ImageZoomSettings>

A delegate method that accepts ImageZoomSettings as a parameter.

Returns

Type Description
ImageZoomExtension

A ImageZoomExtension object implementing the ImageZoom functionality.

See Also