Class NumericUpDownExtender
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientCssResource("NumericUpDown")]
[ClientScriptResource("Sys.Extended.UI.NumericUpDownBehavior", "NumericUpDown")]
public class NumericUpDownExtender : ExtenderControlBase, IControlResolver
- Inheritance
-
NumericUpDownExtender
- Implements
-
- Inherited Members
-
Constructors
public NumericUpDownExtender()
Properties
[ExtenderControlProperty]
[ClientPropertyName("maximum")]
public double Maximum { get; set; }
Property Value
- double
[ExtenderControlProperty]
[ClientPropertyName("minimum")]
public double Minimum { get; set; }
Property Value
- double
[ExtenderControlProperty]
[ClientPropertyName("refValues")]
public string RefValues { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("serviceDownMethod")]
public string ServiceDownMethod { get; set; }
Property Value
- string
[TypeConverter(typeof(ServicePathConverter))]
[ExtenderControlProperty]
[ClientPropertyName("serviceDownPath")]
public string ServiceDownPath { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("serviceUpMethod")]
public string ServiceUpMethod { get; set; }
Property Value
- string
[TypeConverter(typeof(ServicePathConverter))]
[ExtenderControlProperty]
[ClientPropertyName("serviceUpPath")]
public string ServiceUpPath { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("step")]
public double Step { get; set; }
Property Value
- double
[ExtenderControlProperty]
[ClientPropertyName("tag")]
public string Tag { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("targetButtonDownID")]
public string TargetButtonDownID { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("targetButtonUpID")]
public string TargetButtonUpID { get; set; }
Property Value
- string
[RequiredProperty]
[ExtenderControlProperty]
[ClientPropertyName("width")]
public int Width { get; set; }
Property Value
- int