NavigationDirection Enum
Lists the values that specify the direction in which items navigate within the image slider control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Horizontal
|
Image slider items navigate horizontally. |
Vertical
|
Image slider items navigate vertically. |
Related API Members
The following properties accept/return NavigationDirection values:
Remarks
Values listed by this enumeration are used to set the ImageSliderImageAreaSettings.NavigationDirection property.
See Also