Spread Windows Forms 12.0 Product Documentation
ShowError Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : ShowError Property
Gets or sets the data validation error message will be displayed whenever the user enters invalid data.
Syntax
'Declaration
 
Property ShowError As Boolean
'Usage
 
Dim instance As IValidation
Dim value As Boolean
 
instance.ShowError = value
 
value = instance.ShowError
bool ShowError {get; set;}

Property Value

true if the data validation error message will be displayed; otherwise, false.
See Also

Reference

IValidation Interface
IValidation Members