OutOfRangeErrorText Property (InputNumericBox)
In This Topic
Gets or sets the error message that appears if the entered value is out the allowable bounds.
Syntax
'Declaration
Public Property OutOfRangeErrorText As String
public string OutOfRangeErrorText {get; set;}
See Also