ImageSliderSlideShowSettings.StopPlayingWhenPaging Property
Specify whether the slide show is stopped when end user pages images.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 StopPlayingWhenPaging |
---|---|---|
ASP.NET Web Forms Controls | ASPxImageSlider |
|
ASP.NET MVC Extensions | ImageSliderSettings |
|
Remarks
The ASPxImageSlider control has a built-in slide show functionality. You can use the StopPlayingWhenPaging property to specify whether the slide show is stopped when an end user pages images. The slide show settings can be customized via the ASPxImageSlider.SettingsSlideShow property.
On the client side, you can play and pause the slide show using the ASPxClientImageSlider.Play and ASPxClientImageSlider.Pause methods respectively. To determine whether the side show is playing, use the ASPxClientImageSlider.IsSlideShowPlaying method.