Class SlideShowExtender
Inheritance
System.Object
SlideShowExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.SlideShowBehavior", "AjaxControlToolkit.SlideShow.SlideShowBehavior.js")]
[RequiredScript(typeof(TimerScript))]
public class SlideShowExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
public SlideShowExtender()
Properties
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 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("imageDescriptionLabelID")]
public string ImageDescriptionLabelID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("imageTitleLabelID")]
public string ImageTitleLabelID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("loop")]
public bool Loop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("nextButtonID")]
[ExtenderControlProperty]
public string NextButtonID { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("playInterval")]
public int PlayInterval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("previousButtonID")]
public string PreviousButtonID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("slideShowServiceMethod")]
[RequiredProperty]
public string SlideShowServiceMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
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