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


In This Topic
NullIsValid Property (RequiredTypeValidator)
In This Topic
Gets or sets whether the validation is always successful when the specified value is null.
Syntax
'Declaration
 
Public Property NullIsValid As Boolean
 
'Usage
 
Dim instance As RequiredTypeValidator
Dim value As Boolean
 
instance.NullIsValid = value
 
value = instance.NullIsValid
See Also