Back to Devexpress

ImageSliderNavigationBarSettings.Mode Property

aspnet-devexpress-dot-web-dot-imageslidernavigationbarsettings.md

latest2.6 KB
Original Source

ImageSliderNavigationBarSettings.Mode Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(NavigationBarMode.Thumbnails)]
public NavigationBarMode Mode { get; set; }
vb
<DefaultValue(NavigationBarMode.Thumbnails)>
Public Property Mode As NavigationBarMode

Property Value

TypeDefaultDescription
NavigationBarModeThumbnails

One of the NavigationBarMode enumeration values.

|

Available values:

NameDescription
Thumbnails

The navigation bar displays thumbnails.

| | Dots |

The navigation bar displays dots.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Mode
ASP.NET MVC ExtensionsImageSliderSettings

.SettingsNavigationBar .Mode

| | ASP.NET Web Forms Controls | ASPxImageSlider |

.SettingsNavigationBar .Mode

|

Remarks

Dots Mode

Thumbnails mode

See Also

Image Slider

ImageSliderNavigationBarSettings Class

ImageSliderNavigationBarSettings Members

DevExpress.Web Namespace