Table of Contents

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

NumericUpDownExtender()

public NumericUpDownExtender()

Properties

Maximum

[ExtenderControlProperty]
[ClientPropertyName("maximum")]
public double Maximum { get; set; }

Property Value

double

Minimum

[ExtenderControlProperty]
[ClientPropertyName("minimum")]
public double Minimum { get; set; }

Property Value

double

RefValues

[ExtenderControlProperty]
[ClientPropertyName("refValues")]
public string RefValues { get; set; }

Property Value

string

ServiceDownMethod

[ExtenderControlProperty]
[ClientPropertyName("serviceDownMethod")]
public string ServiceDownMethod { get; set; }

Property Value

string

ServiceDownPath

[TypeConverter(typeof(ServicePathConverter))]
[ExtenderControlProperty]
[ClientPropertyName("serviceDownPath")]
public string ServiceDownPath { get; set; }

Property Value

string

ServiceUpMethod

[ExtenderControlProperty]
[ClientPropertyName("serviceUpMethod")]
public string ServiceUpMethod { get; set; }

Property Value

string

ServiceUpPath

[TypeConverter(typeof(ServicePathConverter))]
[ExtenderControlProperty]
[ClientPropertyName("serviceUpPath")]
public string ServiceUpPath { get; set; }

Property Value

string

Step

[ExtenderControlProperty]
[ClientPropertyName("step")]
public double Step { get; set; }

Property Value

double

Tag

[ExtenderControlProperty]
[ClientPropertyName("tag")]
public string Tag { get; set; }

Property Value

string

TargetButtonDownID

[ExtenderControlProperty]
[ClientPropertyName("targetButtonDownID")]
public string TargetButtonDownID { get; set; }

Property Value

string

TargetButtonUpID

[ExtenderControlProperty]
[ClientPropertyName("targetButtonUpID")]
public string TargetButtonUpID { get; set; }

Property Value

string

Width

[RequiredProperty]
[ExtenderControlProperty]
[ClientPropertyName("width")]
public int Width { get; set; }

Property Value

int