Class SliderExtender
Inheritance
System.Object
SliderExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(CommonToolkitScripts))]
[RequiredScript(typeof(DragDropScripts))]
[RequiredScript(typeof(AnimationScripts))]
[ClientCssResource("AjaxControlToolkit.Slider.Slider.css")]
[ClientScriptResource("AjaxControlToolkit.SliderBehavior", "AjaxControlToolkit.Slider.SliderBehavior.js")]
[RequiredScript(typeof(TimerScript))]
public class SliderExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
Properties
Declaration
[ExtenderControlProperty]
public string BoundControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public int Decimals { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public bool EnableHandleAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("enableKeyboard")]
[ExtenderControlProperty]
public bool EnableKeyboard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public string HandleCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string HandleImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public int Length { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[ExtenderControlProperty]
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[ExtenderControlProperty]
public SliderOrientation Orientation { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
public string RailCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public bool RaiseChangeOnlyOnMouseUp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public int Steps { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TooltipText
Declaration
[ExtenderControlProperty]
public string TooltipText { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements