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

NavigationDirection Enum

Lists the values that specify the direction in which items navigate within the image slider control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum NavigationDirection

Members

Name Description
Horizontal

Image slider items navigate horizontally.

Vertical

Image slider items navigate vertically.

Related API Members

The following properties accept/return NavigationDirection values:

Remarks

Values listed by this enumeration are used to set the ImageSliderImageAreaSettings.NavigationDirection property.

ImageSlider_NavigationDirection

See Also