Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellValidateInfoNeededEventArgs Class / IsValid Property


In This Topic
IsValid Property (CellValidateInfoNeededEventArgs)
In This Topic
Gets whether this validation is valid.
Syntax
'Declaration
 
Public ReadOnly Property IsValid As Boolean
 
'Usage
 
Dim instance As CellValidateInfoNeededEventArgs
Dim value As Boolean
 
value = instance.IsValid

Property Value

true if this validation is valid; otherwise, false.
See Also