Gets or sets a value indicating whether to display error messages when the validation fails.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
bool ShowError { get; set; } |
Visual Basic
Copy Code
|
|---|
Property ShowError As Boolean |
true to display error message according to ErrorAction when the validation fails; otherwise, false.
See Also