Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowNavigationBar { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also