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

ImageGalleryFullscreenViewerSettings.SlideShowInterval Property

Gets or sets the time between image changes in a slide show.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(5000)]
public int SlideShowInterval { get; set; }

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:

Object Type Path to SlideShowInterval
ASPxImageGallery
.SettingsFullscreenViewer.SlideShowInterval
ImageGallerySettings
.SettingsFullscreenViewer.SlideShowInterval
MVCxImageGallery
.SettingsFullscreenViewer.SlideShowInterval

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