London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class SlideShowExtender

Inheritance
System.Object
SlideShowExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.SlideShowBehavior", "AjaxControlToolkit.SlideShow.SlideShowBehavior.js")]
[RequiredScript(typeof(TimerScript))]
public class SlideShowExtender : ExtenderControlBase, IControlResolver

Constructors

SlideShowExtender()

Declaration
public SlideShowExtender()

Properties

AutoPlay

Declaration
[ExtenderControlProperty]
[ClientPropertyName("autoPlay")]
public bool AutoPlay { get; set; }
Property Value
Type Description
System.Boolean

ContextKey

Declaration
[ExtenderControlProperty]
[ClientPropertyName("contextKey")]
public string ContextKey { get; set; }
Property Value
Type Description
System.String

ImageDescriptionLabelID

Declaration
[ExtenderControlProperty]
[ClientPropertyName("imageDescriptionLabelID")]
public string ImageDescriptionLabelID { get; set; }
Property Value
Type Description
System.String

ImageTitleLabelID

Declaration
[ExtenderControlProperty]
[ClientPropertyName("imageTitleLabelID")]
public string ImageTitleLabelID { get; set; }
Property Value
Type Description
System.String

Loop

Declaration
[ExtenderControlProperty]
[ClientPropertyName("loop")]
public bool Loop { get; set; }
Property Value
Type Description
System.Boolean

NextButtonID

Declaration
[ClientPropertyName("nextButtonID")]
[ExtenderControlProperty]
public string NextButtonID { get; set; }
Property Value
Type Description
System.String

PlayButtonID

Declaration
[ExtenderControlProperty]
[ClientPropertyName("playButtonID")]
public string PlayButtonID { get; set; }
Property Value
Type Description
System.String

PlayButtonText

Declaration
[ClientPropertyName("playButtonText")]
[ExtenderControlProperty]
public string PlayButtonText { get; set; }
Property Value
Type Description
System.String

PlayInterval

Declaration
[ExtenderControlProperty]
[ClientPropertyName("playInterval")]
public int PlayInterval { get; set; }
Property Value
Type Description
System.Int32

PreviousButtonID

Declaration
[ExtenderControlProperty]
[ClientPropertyName("previousButtonID")]
public string PreviousButtonID { get; set; }
Property Value
Type Description
System.String

SlideShowServiceMethod

Declaration
[ExtenderControlProperty]
[ClientPropertyName("slideShowServiceMethod")]
[RequiredProperty]
public string SlideShowServiceMethod { get; set; }
Property Value
Type Description
System.String

SlideShowServicePath

Declaration
[ExtenderControlProperty]
[ClientPropertyName("slideShowServicePath")]
public string SlideShowServicePath { get; set; }
Property Value
Type Description
System.String

StopButtonText

Declaration
[ClientPropertyName("stopButtonText")]
[ExtenderControlProperty]
public string StopButtonText { get; set; }
Property Value
Type Description
System.String

UseContextKey

Declaration
[ExtenderControlProperty]
[ClientPropertyName("useContextKey")]
public bool UseContextKey { get; set; }
Property Value
Type Description
System.Boolean

Implements