Specifies the action to perform when data validation fails.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum ValidationErrorAction |
Visual Basic
![]() |
---|
Public Enum ValidationErrorAction |
Member name | Description | |
---|---|---|
![]() |
Information |
Indicates that an information message box will be displayed. |
![]() |
RaiseEvent |
Indicates that an event will be raised. |
![]() |
Stop |
Indicates that an error message box will be displayed. |
![]() |
Warning |
Indicates that a warning message box will be displayed. |
Members of this enumeration can be assigned to the ErrorAction property of IValidation instances.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |