Version

InvalidValueBehavior Enumeration

Syntax
'Declaration
 
Public Enum InvalidValueBehavior 
   Inherits System.Enum
public enum InvalidValueBehavior : System.Enum 
Members
MemberDescription
DefaultDefault. Default is resolved to RetainValueAndFocus.
RetainValueAndFocusRetains the value entered by the user and also keeps the cell in edit mode.
RevertValueReverts the value back to the original value. The cell does not stay in edit mode.
RevertValueAndRetainFocusReverts the value back to the original value and the cell is kept in edit mode.
Requirements

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

See Also