ImageSliderImageAreaSettings.EnableLoopNavigation Property
Specifies whether images in the image area change circularly.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to EnableLoopNavigation |
---|---|---|
ASP.NET MVC Extensions | ImageSliderSettings |
|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
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