ImageSliderNavigationBarSettings.PagingMode Property
In This Article
Gets or sets a value that specifies how thumbnails are scrolled in the navigation bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Navigation |
Page | One of the Navigation |
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 Paging |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#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