Class MultiHandleSliderExtender
Inheritance
System.Object
MultiHandleSliderExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[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
Declaration
public MultiHandleSliderExtender()
Properties
Declaration
[ClientPropertyName("boundControlID")]
[ExtenderControlProperty]
public string BoundControlID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("cssClass")]
[ExtenderControlProperty]
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("decimals")]
public int Decimals { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ClientPropertyName("enableHandleAnimation")]
[ExtenderControlProperty]
public bool EnableHandleAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("enableInnerRangeDrag")]
public bool EnableInnerRangeDrag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("enableKeyboard")]
public bool EnableKeyboard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("enableMouseWheel")]
[ExtenderControlProperty]
public bool EnableMouseWheel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("enableRailClick")]
[ExtenderControlProperty]
public bool EnableRailClick { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("handleAnimationDuration")]
[ExtenderControlProperty]
public float HandleAnimationDuration { get; set; }
Property Value
Type |
Description |
System.Single |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("handleCssClass")]
public string HandleCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("handleImageUrl")]
[ExtenderControlProperty]
public string HandleImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("increment")]
[ExtenderControlProperty]
public int Increment { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ClientPropertyName("innerRailStyle")]
[ExtenderControlProperty]
public MultiHandleInnerRailStyle InnerRailStyle { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
[ClientPropertyName("isReadOnly")]
public bool IsReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("length")]
[ExtenderControlProperty]
public int Length { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("maximum")]
public int Maximum { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("minimum")]
public int Minimum { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty(true, true)]
[ClientPropertyName("multiHandleSliderTargets")]
public Collection<MultiHandleSliderTarget> MultiHandleSliderTargets { get; set; }
Property Value
Declaration
[ClientPropertyName("drag")]
[ExtenderControlEvent]
public string OnClientDrag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("dragEnd")]
public string OnClientDragEnd { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("dragStart")]
[ExtenderControlEvent]
public string OnClientDragStart { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("load")]
public string OnClientLoad { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlEvent]
[ClientPropertyName("valueChanged")]
public string OnClientValueChanged { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("orientation")]
[ExtenderControlProperty]
public SliderOrientation Orientation { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
[ClientPropertyName("railCssClass")]
public string RailCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("raiseChangeOnlyOnMouseUp")]
[ExtenderControlProperty]
public bool RaiseChangeOnlyOnMouseUp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("showHandleDragStyle")]
[ExtenderControlProperty]
public bool ShowHandleDragStyle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ClientPropertyName("showHandleHoverStyle")]
[ExtenderControlProperty]
public bool ShowHandleHoverStyle { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
[ClientPropertyName("showInnerRail")]
public bool ShowInnerRail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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