ImageSliderImageAreaSettings.EnableLoopNavigation Property
In This Article
Specifies whether images in the image area change circularly.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Enable |
---|---|---|
ASP. |
Image |
|
ASP. |
ASPx |
|
#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