ClassRadNumericTextBox
Class
Represents the RadNumericTextBox for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadNumericTextBox : RadInput
Inheritance: objectControlHtmlControlHtmlContainerControlRadInputRadNumericTextBox
Inherited Members
Constructors
RadNumericTextBox()
Declaration
cs-api-definition
public RadNumericTextBox()
Properties
IsNegative
Get whether the value of the text box is a negative number.
MaxValue
Get or set the maximum value the user can enter.
MinValue
Get or set the minimum value the user can enter.
ShowSpinButtons
Get whether the numeric text box has an associated pair of spin buttons.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
SpinDownClick()
NumericTextBox spin down button click.
Declaration
cs-api-definition
public void SpinDownClick()
SpinUpClick()
NumericTextBox spin up button click.
Declaration
cs-api-definition
public void SpinUpClick()