'Declaration Public Enum ValidationStatus Inherits System.Enum
public enum ValidationStatus : System.Enum
Member | Description |
---|---|
ConditionFailure | The Condition was not met. |
ConversionFailure | The value to be validated could not be converted into a value of the type specified by the DataType property. |
EditorValueInvalid | The embeddable editor'sIsValid property currently returns false, precluding further validation. Note that this value applies only to embeddable editors, and only when the editor's IsInEditMode property returns true. |
ProgrammaticFailure | The validation passed all internally defined criteria, but a listener of the Validating event set the IsValid property of the event arguments to false. |
Valid | The validation succeeded. If IsRequired was set to true, the required field condition was met. If IsRequired was not set to true, or the required field condition was met, and the Condition was met. |
ValueNullOrEmpty | The validation failed because the IsRequired property was set to true, but the end user left the value at null or empty, as defined by the EmptyValueCriteria property. |
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