ExtensionsFactory.ImageZoom(ImageZoomSettings) Method
Creates an ImageZoom
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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