'Declaration <FlagsAttribute()> Public Enum ValidationLevel Inherits System.Enum
'Usage Dim instance As ValidationLevel
[Flags()] public enum ValidationLevel : System.Enum
'Declaration <FlagsAttribute()> Public Enum ValidationLevel Inherits System.Enum
'Usage Dim instance As ValidationLevel
[Flags()] public enum ValidationLevel : System.Enum
Member | Description |
---|---|
Automatic | Validated at the component level when edit changes are about to be committed. |
AutomaticAndManual | Validated when one of the ValidationProvider.Validate methods is called and automatically when the edit changes of each component is about to be committed. |
Manual | Validated when one of the ValidationProvider.Validate methods is called. |
System.Object
System.ValueType
System.Enum
Xceed.Validation.ValidationLevel
Target Platforms: 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