ASPxClientImageSlider.Pause Method
Pauses a slide show within image slider.
Declaration
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