ASPxClientImageSlider.Play Method
In This Article
Plays a slide show within an image slider.
#Declaration
TypeScript
Play(): void
#Remarks
Use the Play and ASPxClientImageSlider.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