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