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 NumericUpDownExtender

Inheritance
System.Object
NumericUpDownExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[ClientScriptResource("AjaxControlToolkit.NumericUpDownBehavior", "AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class NumericUpDownExtender : ExtenderControlBase, IControlResolver

Constructors

NumericUpDownExtender()

Declaration
public NumericUpDownExtender()

Properties

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

RefValues

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

ServiceDownMethod

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

ServiceDownPath

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

ServiceUpMethod

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

ServiceUpPath

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

Step

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

Tag

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

TargetButtonDownID

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

TargetButtonUpID

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

Width

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

Implements