Skip to main content
A newer version of this page is available. .
Tab

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int VisibleItemsCount { get; set; }

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 Controls and MVC Extensions ASPxImageSlider
.SettingsNavigationBar .VisibleItemsCount
ASP.NET MVC Extensions ImageSliderSettings
.SettingsNavigationBar .VisibleItemsCount
MVCxImageSlider
.SettingsNavigationBar .VisibleItemsCount

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