Skip to main content
A newer version of this page is available. .
Tab

ImageSliderNavigationBarSettings.Position Property

Gets or sets the navigation bar‘s position within an ASPxImageSlider control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(NavigationBarPosition.Bottom)]
public NavigationBarPosition Position { get; set; }

Property Value

Type Default Description
NavigationBarPosition **Bottom**

One of the NavigationBarPosition enumeration values.

Available values:

Name Description
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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Position
ASP.NET Controls and MVC Extensions ASPxImageSlider
ASP.NET MVC Extensions ImageSliderSettings
MVCxImageSlider
See Also