Back to Devexpress

ASPxImageSlider.ShowNavigationBar Property

aspnet-devexpress-dot-web-dot-aspximageslider-bc18a221.md

latest1.4 KB
Original Source

ASPxImageSlider.ShowNavigationBar Property

Gets or sets a value that specifies whether the navigation bar is displayed within the ASPxImageSlider.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowNavigationBar { get; set; }
vb
<DefaultValue(True)>
Public Property ShowNavigationBar As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if the bar is visible, otherwise, false.

|

See Also

SettingsNavigationBar

Image Slider

ASPxImageSlider Class

ASPxImageSlider Members

DevExpress.Web Namespace