C# Class Adf.Web.UI.NumericTextBoxValidator

Represents a System.Web.UI.WebControls.CompareValidator which is used together with a Adf.Web.UI.NumericTextBox. Used to validate the characters entering into the Adf.Web.UI.NumericTextBox so that only a numeric value (positive or negative) can be entered into the Adf.Web.UI.NumericTextBox.
Inheritance: System.Web.UI.WebControls.CompareValidator
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
NumericTextBoxValidator ( ) : System.ComponentModel

Initializes an instance of the Adf.Web.UI.NumericTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.DataTypeCheck and its type to System.Web.UI.WebControls.ValidationDataType.Double.

Method Details

NumericTextBoxValidator() public method

Initializes an instance of the Adf.Web.UI.NumericTextBoxValidator class. Sets its operator to System.Web.UI.WebControls.ValidationCompareOperator.DataTypeCheck and its type to System.Web.UI.WebControls.ValidationDataType.Double.
public NumericTextBoxValidator ( ) : System.ComponentModel
return System.ComponentModel