Version

InvalidTextBehavior Enumeration

Used by the UltraDateTimeEditor.InvalidTextBehavior property to determine when to cache the last valid date.
Syntax
'Declaration
 
Public Enum InvalidTextBehavior 
   Inherits System.Enum
public enum InvalidTextBehavior : System.Enum 
Members
MemberDescription
PreserveWhileInEditModeThe value is not changed, and the user input remains as it was entered, until the control's editor is allowed to exit edit mode or successfully passes validation.
RevertToLastValidValueRevert to the last known valid value that was in the control.
RevertToOriginalValueRevert to the original value that was present when the control was entered.
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