GrapeCity.Xaml.SpreadSheet.Data
ShowErrorMessage Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > DataValidator Class : ShowErrorMessage Property
Gets or sets whether to show the error message.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowErrorMessage As Boolean
'Usage
 
Dim instance As DataValidator
Dim value As Boolean
 
instance.ShowErrorMessage = value
 
value = instance.ShowErrorMessage
[DefaultValue()]
public bool ShowErrorMessage {get; set;}

Property Value

true if the data validator shows the error message; otherwise, false. The default value is true.
See Also

Reference

DataValidator Class
DataValidator Members