Spread Windows Forms 12.0 Product Documentation
IsValid Property (DataValidationExecutedResult)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > DataValidationExecutedResult Structure : IsValid Property
Gets or sets a boolean value which indicates whether the validating is valid.
Syntax
'Declaration
 
Public Property IsValid As Boolean
'Usage
 
Dim instance As DataValidationExecutedResult
Dim value As Boolean
 
instance.IsValid = value
 
value = instance.IsValid
public bool IsValid {get; set;}

Property Value

true if the validating is valid; otherwise, false.
See Also

Reference

DataValidationExecutedResult Structure
DataValidationExecutedResult Members