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

ImageSliderImageAreaSettings.EnableLoopNavigation Property

Specifies whether images in the image area change circularly.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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:

Object Type Path to EnableLoopNavigation
ASPxImageSlider
.SettingsImageArea.EnableLoopNavigation
ImageSliderSettings
.SettingsImageArea.EnableLoopNavigation
MVCxImageSlider
.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