ExtensionsFactory.ImageZoomNavigator(Action<ImageZoomNavigatorSettings>) Method
Creates a ImageZoomNavigator.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v20.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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