ASPxClientImageSlider.Pause Method
In This Article
Pauses a slide show within image slider.
#Declaration
TypeScript
Pause(): void
#Remarks
Use the ASPxClientImageSlider.Play and Pause methods to play and pause a slide show respectively. To determine whether a slide show is playing, use the ASPxClientImageSlider.IsSlideShowPlaying method.
See Also