Back to Devexpress

ImageSliderImageAreaSettings.NavigationDirection Property

aspnet-devexpress-dot-web-dot-imagesliderimageareasettings-9942edfb.md

latest2.3 KB
Original Source

ImageSliderImageAreaSettings.NavigationDirection Property

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

Declaration

csharp
[DefaultValue(NavigationDirection.Horizontal)]
public NavigationDirection NavigationDirection { get; set; }
vb
<DefaultValue(NavigationDirection.Horizontal)>
Public Property NavigationDirection As NavigationDirection

Property Value

TypeDefaultDescription
NavigationDirectionHorizontal

One of the NavigationDirection enumeration values.

|

Available values:

NameDescription
Horizontal

Image slider items navigate horizontally.

| | Vertical |

Image slider items navigate vertically.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to NavigationDirection
ASP.NET MVC ExtensionsImageSliderSettings

.SettingsImageArea .NavigationDirection

| | ASP.NET Web Forms Controls | ASPxImageSlider |

.SettingsImageArea .NavigationDirection

|

Remarks

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

See Also

Image Slider

ImageSliderImageAreaSettings Class

ImageSliderImageAreaSettings Members

DevExpress.Web Namespace