ImageSliderNavigationBarSettings.VisibleItemsCount Property
Gets or sets the number of thumbnails displayed within the navigation bar when the image area is invisible.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An Int32 value that specifies the number of thumbnails. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to VisibleItemsCount |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
ASP.NET MVC Extensions | ImageSliderSettings |
|
Remarks
Use the VisibleItemsCount property to specify a number of thumbnails displayed within the navigation bar when the ASPxImageSlider.ShowImageArea property is set to false
.
See Also