ImageSliderNavigationBarSettings.PagingMode Property
Gets or sets a value that specifies how thumbnails are scrolled in the navigation bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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 |
|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
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