Skip to main content

ASPxClientImageSlider.IsSlideShowPlaying Method

Gets a value indicating whether the slide show is playing.

Declaration

IsSlideShowPlaying(): boolean

Returns

Type Description
boolean

true, if the slide show is playing; otherwise, false.

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