ImageZoomNavigatorSettings.PagingMode Property
In This Article
Gets or sets a value that specifies how items are scrolled in the ImageZoomNavigator.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Navigation |
One of the Navigation |
Available values:
Name | Description |
---|---|
Page | Thumbnails are scrolled by a page. |
Single | Thumbnails are scrolled one by one. |
#Remarks
Use the PagingMode property to specify how items are scrolled: by an item, or by a page.
See Also