Search
IValidation.ErrorAction Property
See Also
 






Gets or sets the action to perform when the validation fails.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

ValidationErrorAction ErrorAction { get; set; }

Visual Basic  Copy Code

Property ErrorAction As ValidationErrorAction

 Property Value

A member of the ValidationErrorAction enumeration.

 See Also