Back to Devexpress

ImageSliderNavigationBarSettings.Position Property

aspnet-devexpress-dot-web-dot-imageslidernavigationbarsettings-3ac318a7.md

latest3.1 KB
Original Source

ImageSliderNavigationBarSettings.Position Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(NavigationBarPosition.Bottom)]
public NavigationBarPosition Position { get; set; }
vb
<DefaultValue(NavigationBarPosition.Bottom)>
Public Property Position As NavigationBarPosition

Property Value

TypeDefaultDescription
NavigationBarPositionBottom

One of the NavigationBarPosition enumeration values.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to Position
ASP.NET MVC ExtensionsImageSliderSettings

.SettingsNavigationBar .Position

| | ASP.NET Web Forms Controls | ASPxImageSlider |

.SettingsNavigationBar .Position

|

See Also

Image Slider

ImageSliderNavigationBarSettings Class

ImageSliderNavigationBarSettings Members

DevExpress.Web Namespace