Skip to main content
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.v23.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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PagingMode
ASP.NET MVC Extensions ImageSliderSettings
.SettingsNavigationBar .PagingMode
ASP.NET Web Forms Controls ASPxImageSlider
.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