GrapeCity.Xaml.SpreadSheet.Data
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

DataValidator Class
DataValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options