Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RequiredTypeValidator Class / ParsingEnabled Property


In This Topic
ParsingEnabled Property (RequiredTypeValidator)
In This Topic
Gets or sets whether to use the Parse method.
Syntax
'Declaration
 
Public Property ParsingEnabled As Boolean
 
'Usage
 
Dim instance As RequiredTypeValidator
Dim value As Boolean
 
instance.ParsingEnabled = value
 
value = instance.ParsingEnabled
See Also