Class NumericUpDownExtender
Inheritance
System.Object
NumericUpDownExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[ClientScriptResource("AjaxControlToolkit.NumericUpDownBehavior", "AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.js")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class NumericUpDownExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
public NumericUpDownExtender()
Properties
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 string RefValues { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ServiceDownMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ServiceDownPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ServiceUpMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ServiceUpPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public double Step { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
[ExtenderControlProperty]
public string Tag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string TargetButtonDownID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string TargetButtonUpID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[RequiredProperty]
[ExtenderControlProperty]
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements