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

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:

Object Type Path to VisibleItemsCount
ASPxImageSlider
.SettingsNavigationBar.VisibleItemsCount
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