'Declaration Public Enum SpreadsheetEditModeValidationErrorAction Inherits System.Enum
public enum SpreadsheetEditModeValidationErrorAction : System.Enum
Member | Description |
---|---|
AcceptChange | Exits edit mode keeping the new value. |
RevertChange | Exits edit mode but reverts to the previous value similar to what happens when the end user chooses Cancel from the displayed dialog. |
ShowPrompt | Displays 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 |
StayInEditMode | Keeps the cell in edit mode with the invalid value. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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