ImageSliderImageAreaSettings.NavigationDirection Property
In This Article
Gets or sets the direction in which items navigate within the image slider control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Navigation |
Horizontal | One of the Navigation |
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:
Library | Object Type | Path to Navigation |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#Remarks
Use the NavigationDirection property to specify the direction in which items navigate within the image slider control.
See Also