Version

SpreadsheetEditModeValidationErrorAction Enumeration

Enumeration used to identify how the validation error event should be handled.
Syntax
'Declaration
 
Public Enum SpreadsheetEditModeValidationErrorAction 
   Inherits System.Enum
public enum SpreadsheetEditModeValidationErrorAction : System.Enum 
Members
MemberDescription
AcceptChangeExits edit mode keeping the new value.
RevertChangeExits edit mode but reverts to the previous value similar to what happens when the end user chooses Cancel from the displayed dialog.
ShowPromptDisplays a dialog to the end user to determine the action to be taken. The options displayed will depend on the ErrorStyle of the Infragistics.Documents.Excel.DataValidationRule.ErrorStyle
StayInEditModeKeeps the cell in edit mode with the invalid value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also