Back to Devexpress

NavigationBarMode Enum

aspnet-devexpress-dot-web-8fb2b6b9.md

latest1.6 KB
Original Source

NavigationBarMode Enum

Lists values that specify how items are displayed within the navigation bar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum NavigationBarMode
vb
Public Enum NavigationBarMode

Members

NameDescription
Thumbnails

The navigation bar displays thumbnails.

| | Dots |

The navigation bar displays dots.

|

The following properties accept/return NavigationBarMode values:

Remarks

Values listed by this enumerator are used to set the ImageSliderNavigationBarSettings.Mode property’s value.

See Also

Image Slider

DevExpress.Web Namespace