Skip to main content
Tab

ImageSliderImageAreaSettings.EnableLoopNavigation Property

Specifies whether images in the image area change circularly.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool EnableLoopNavigation { get; set; }

Property Value

Type Default Description
Boolean false

true, to navigate images in the image area circularly; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EnableLoopNavigation
ASP.NET MVC Extensions ImageSliderSettings
.SettingsImageArea .EnableLoopNavigation
ASP.NET Web Forms Controls ASPxImageSlider
.SettingsImageArea .EnableLoopNavigation

Remarks

Set the EnableLoopNavigation property to true to enable loop navigation. In this case, images in the image area change circularly. When the EnableLoopNavigation property is set to false, images cannot be navigated left from the first image and right from the last one. Additionally, the corresponding navigation buttons are disabled.

See Also