Class MultiHandleSliderExtender

Inheritance
System.Object
MultiHandleSliderExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.MultiHandleSliderBehavior", "AjaxControlToolkit.MultiHandleSlider.MultiHandleSliderBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientCssResource("AjaxControlToolkit.MultiHandleSlider.MultiHandleSlider.css")]
[RequiredScript(typeof(AnimationScripts))]
[RequiredScript(typeof(TimerScript))]
[RequiredScript(typeof(DragDropScripts))]
public class MultiHandleSliderExtender : ExtenderControlBase, IControlResolver

Constructors

MultiHandleSliderExtender()

Declaration
public MultiHandleSliderExtender()

Properties

BoundControlID

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

CssClass

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

Decimals

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

EnableHandleAnimation

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

EnableInnerRangeDrag

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

EnableKeyboard

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

EnableMouseWheel

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

EnableRailClick

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

HandleAnimationDuration

Declaration
[ClientPropertyName("handleAnimationDuration")]
[ExtenderControlProperty]
public float HandleAnimationDuration { get; set; }
Property Value
Type Description
System.Single

HandleCssClass

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

HandleImageUrl

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

Increment

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

InnerRailStyle

Declaration
[ClientPropertyName("innerRailStyle")]
[ExtenderControlProperty]
public MultiHandleInnerRailStyle InnerRailStyle { get; set; }
Property Value
Type Description
MultiHandleInnerRailStyle

IsReadOnly

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

Length

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

Maximum

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

Minimum

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

MultiHandleSliderTargets

Declaration
[ExtenderControlProperty(true, true)]
[ClientPropertyName("multiHandleSliderTargets")]
public Collection<MultiHandleSliderTarget> MultiHandleSliderTargets { get; set; }
Property Value
Type Description
System.Collections.ObjectModel.Collection<MultiHandleSliderTarget>

OnClientDrag

Declaration
[ClientPropertyName("drag")]
[ExtenderControlEvent]
public string OnClientDrag { get; set; }
Property Value
Type Description
System.String

OnClientDragEnd

Declaration
[ExtenderControlEvent]
[ClientPropertyName("dragEnd")]
public string OnClientDragEnd { get; set; }
Property Value
Type Description
System.String

OnClientDragStart

Declaration
[ClientPropertyName("dragStart")]
[ExtenderControlEvent]
public string OnClientDragStart { get; set; }
Property Value
Type Description
System.String

OnClientLoad

Declaration
[ExtenderControlEvent]
[ClientPropertyName("load")]
public string OnClientLoad { get; set; }
Property Value
Type Description
System.String

OnClientValueChanged

Declaration
[ExtenderControlEvent]
[ClientPropertyName("valueChanged")]
public string OnClientValueChanged { get; set; }
Property Value
Type Description
System.String

Orientation

Declaration
[ClientPropertyName("orientation")]
[ExtenderControlProperty]
public SliderOrientation Orientation { get; set; }
Property Value
Type Description
SliderOrientation

RailCssClass

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

RaiseChangeOnlyOnMouseUp

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

ShowHandleDragStyle

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

ShowHandleHoverStyle

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

ShowInnerRail

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

Steps

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

TooltipText

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

Implements