Back to Devexpress

NavigationBarPosition Enum

aspnet-devexpress-dot-web-f0ed4136.md

latest2.4 KB
Original Source

NavigationBarPosition Enum

Lists values that specify the navigation bar‘s position within an ASPxImageSlider control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum NavigationBarPosition
vb
Public Enum NavigationBarPosition

Members

NameDescription
Bottom

The navigation bar is displayed at the bottom of the image area.

| | Top |

The navigation bar is displayed at the top of the image area.

| | Left |

The navigation bar is displayed at the left of the image area.

| | Right |

The navigation bar is displayed at the rigth of the image area.

|

The following properties accept/return NavigationBarPosition values:

Remarks

Values listed by this enumeration are used to set the ImageSliderNavigationBarSettings.Position property’s value.

See Also

Image Slider

DevExpress.Web Namespace