ASPxClientImageSlider.IsSlideShowPlaying Method
In This Article
Gets a value indicating whether the slide show is playing.
#Declaration
TypeScript
IsSlideShowPlaying(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Use the IsSlideShowPlaying method to determine whether a slide show is playing. To play and pause a slide show use the ASPxClientImageSlider.Play and ASPxClientImageSlider.Pause methods respectively.
See Also