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

NuGet Package: DevExpress.Web

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:

Library Object Type Path to Mode
ASP.NET Controls and MVC Extensions ASPxImageSlider
ASP.NET MVC Extensions ImageSliderSettings
MVCxImageSlider

Remarks

Dots Mode

ImageSlider_Dots

Thumbnails mode

ImageSlider_Thumbnails

See Also