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

ImageSliderNavigationBarSettings.PagingMode Property

Gets or sets a value that specifies how thumbnails are scrolled in the navigation bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to PagingMode
ASPxImageSlider
.SettingsNavigationBar.PagingMode
ImageSliderSettings
.SettingsNavigationBar.PagingMode
MVCxImageSlider
.SettingsNavigationBar.PagingMode

Remarks

The thumbnails can be scrolled using the page navigation buttons or by mouse wheel (if the ImageSliderBehaviorSettings.AllowMouseWheel property is set to true). Use the PagingMode property to specify how thumbnails are scrolled: by a thumbnail, or by a page.

See Also