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

ASPxImageZoomNavigator.PagingMode Property

Gets or sets a value that specifies how items are scrolled in the ASPxImageZoomNavigator control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(NavigationBarPagingMode.Page)]
public NavigationBarPagingMode PagingMode { get; set; }

Property Value

Type Default Description
NavigationBarPagingMode **Page**

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