ImageSliderNavigationBarSettings.ThumbnailsNavigationButtonPosition Property
Gets or sets the position of the page navigation buttons to thumbnails.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
ThumbnailNavigationBarButtonPosition | Inside | One of the ThumbnailNavigationBarButtonPosition enumeration values. |
Available values:
Name | Description |
---|---|
Inside | Page navigation buttons are displayed inside thumbnails (over the first and the last visible thumbnails). |
Outside | Page navigation buttons are displayed outside thumbnails (thumbnails are displayed between the buttons). |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ThumbnailsNavigationButtonPosition |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
ASP.NET MVC Extensions | ImageSliderSettings |
|
See Also