Search
IValidation.ShowError Property
See Also
 






Gets or sets a value indicating whether to display error messages when the validation fails.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

bool ShowError { get; set; }

Visual Basic  Copy Code

Property ShowError As Boolean

 Property Value

true to display error message according to ErrorAction when the validation fails; otherwise, false.

 See Also