Spread Windows Forms 12.0 Product Documentation
IsValid Property (CellValidateInfoNeededEventArgs)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CellValidateInfoNeededEventArgs Class : IsValid Property
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
public bool IsValid {get;}

Property Value

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

Reference

CellValidateInfoNeededEventArgs Class
CellValidateInfoNeededEventArgs Members