ImageZoomNavigatorSettings.PagingMode Property
Gets or sets a value that specifies how items are scrolled in the ImageZoomNavigator.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
NavigationBarPagingMode | One of the NavigationBarPagingMode enumeration values. |
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