aspnet-devexpress-dot-web-dot-imagesliderimageareasettings-9942edfb.md
Gets or sets the direction in which items navigate within the image slider control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(NavigationDirection.Horizontal)]
public NavigationDirection NavigationDirection { get; set; }
<DefaultValue(NavigationDirection.Horizontal)>
Public Property NavigationDirection As NavigationDirection
| 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.
|
You can access this nested property as listed below:
| Library | Object Type | Path to NavigationDirection |
|---|---|---|
| ASP.NET MVC Extensions | ImageSliderSettings |
.SettingsImageArea .NavigationDirection
| | ASP.NET Web Forms Controls | ASPxImageSlider |
.SettingsImageArea .NavigationDirection
|
Use the NavigationDirection property to specify the direction in which items navigate within the image slider control.
See Also
ImageSliderImageAreaSettings Class