Version

NumericEditorInvalidValueEventArgs class Members

The following tables list the members exposed by NumericEditorInvalidValueEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertytextGets text displayed in editor.Text  
Public PropertyvalueGets sets new value.  
Public Methods
 NameDescription
Public MethodisInvalidTextChecks if text in editor can not be converted to number.  
Public MethodisLimitChecks if number is out of minimum or maximum limit.  
Public MethodisNullChecks if number is null when EnableNull is disabled.  
See Also