Gets or sets the action to perform when the validation fails.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
ValidationErrorAction ErrorAction { get; set; } |
Visual Basic
Copy Code
|
|---|
Property ErrorAction As ValidationErrorAction |
A member of the ValidationErrorAction enumeration.
See Also