Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public NavigationBarPagingMode PagingMode { get; set; }

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