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 SliderExtender

Inheritance
System.Object
SliderExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[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

SliderExtender()

Declaration
public SliderExtender()

Properties

BoundControlID

Declaration
[ExtenderControlProperty]
public string BoundControlID { get; set; }
Property Value
Type Description
System.String

Decimals

Declaration
[ExtenderControlProperty]
public int Decimals { get; set; }
Property Value
Type Description
System.Int32

EnableHandleAnimation

Declaration
[ExtenderControlProperty]
public bool EnableHandleAnimation { get; set; }
Property Value
Type Description
System.Boolean

EnableKeyboard

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

HandleCssClass

Declaration
[ExtenderControlProperty]
public string HandleCssClass { get; set; }
Property Value
Type Description
System.String

HandleImageUrl

Declaration
[ExtenderControlProperty]
public string HandleImageUrl { get; set; }
Property Value
Type Description
System.String

Length

Declaration
[ExtenderControlProperty]
public int Length { get; set; }
Property Value
Type Description
System.Int32

Maximum

Declaration
[ExtenderControlProperty]
public double Maximum { get; set; }
Property Value
Type Description
System.Double

Minimum

Declaration
[ExtenderControlProperty]
public double Minimum { get; set; }
Property Value
Type Description
System.Double

Orientation

Declaration
[ExtenderControlProperty]
public SliderOrientation Orientation { get; set; }
Property Value
Type Description
SliderOrientation

RailCssClass

Declaration
[ExtenderControlProperty]
public string RailCssClass { get; set; }
Property Value
Type Description
System.String

RaiseChangeOnlyOnMouseUp

Declaration
[ExtenderControlProperty]
public bool RaiseChangeOnlyOnMouseUp { get; set; }
Property Value
Type Description
System.Boolean

Steps

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