Back to Devexpress

NavigationDirection Enum

aspnet-devexpress-dot-web-78d61530.md

latest1.4 KB
Original Source

NavigationDirection Enum

Lists the values that specify 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
public enum NavigationDirection
vb
Public Enum NavigationDirection

Members

NameDescription
Horizontal

Image slider items navigate horizontally.

| | Vertical |

Image slider items navigate vertically.

|

The following properties accept/return NavigationDirection values:

Remarks

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

See Also

Image Slider

DevExpress.Web Namespace