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

ImageSliderImageAreaSettings.NavigationDirection Property

Gets or sets the direction in which items navigate within the image slider control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(NavigationDirection.Horizontal)]
public NavigationDirection NavigationDirection { get; set; }

Property Value

Type Default Description
NavigationDirection **Horizontal**

One of the NavigationDirection enumeration values.

Available values:

Name Description
Horizontal

Image slider items navigate horizontally.

Vertical

Image slider items navigate vertically.

Property Paths

You can access this nested property as listed below:

Object Type Path to NavigationDirection
ASPxImageSlider
.SettingsImageArea.NavigationDirection
ImageSliderSettings
.SettingsImageArea.NavigationDirection
MVCxImageSlider
.SettingsImageArea.NavigationDirection

Remarks

Use the NavigationDirection property to specify the direction in which items navigate within the image slider control.

ImageSlider_NavigationDirection

See Also