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