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

ImageSliderNavigationBarSettings.Mode Property

Gets or sets a value specifying how items are displayed within the navigation bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(NavigationBarMode.Thumbnails)]
public NavigationBarMode Mode { get; set; }

Property Value

Type Default Description
NavigationBarMode **Thumbnails**

One of the NavigationBarMode enumeration values.

Available values:

Name Description
Thumbnails

The navigation bar displays thumbnails.

ImageSlider_Thumbnails

Dots

The navigation bar displays dots.

ImageSlider_Dots

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
ASPxImageSlider
ImageSliderSettings
MVCxImageSlider

Remarks

Dots Mode

ImageSlider_Dots

Thumbnails mode

ImageSlider_Thumbnails

See Also