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

NavigationBarMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum NavigationBarMode

Members

Name Description
Thumbnails

The navigation bar displays thumbnails.

ImageSlider_Thumbnails

Dots

The navigation bar displays dots.

ImageSlider_Dots

Related API Members

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