ImageGalleryFullscreenViewerSettings.SlideShowInterval Property
Gets or sets the time between image changes in a slide show.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 5000 | An integer value that specifies the number of milliseconds between image changes. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SlideShowInterval |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageGallery |
|
ASP.NET MVC Extensions | ImageGallerySettings |
|
Remarks
The fullscreen viewer has a built-in slide show functionality. You can use the SlideShowInterval property to specify the time between image changes.
On the client side, you can play and pause the slide show using the ASPxClientImageGallery.PlaySlideShow and ASPxClientImageGallery.PauseSlideShow methods respectively.
See Also