Xceed Grid for WinForms v4.3 Documentation
ValidationLevel Enumeration


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace : ValidationLevel Enumeration
Determines when the validation will be performed for a specific ValidationCriterion.
Syntax
'Declaration
 
<FlagsAttribute()>

Public Enum ValidationLevel 

   Inherits System.Enum
'Usage
 
Dim instance As ValidationLevel
[Flags()]

public enum ValidationLevel : System.Enum 
Members
MemberDescription
AutomaticValidated at the component level when edit changes are about to be committed.
AutomaticAndManualValidated when one of the ValidationProvider.Validate methods is called and automatically when the edit changes of each component is about to be committed.
ManualValidated when one of the ValidationProvider.Validate methods is called.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Validation.ValidationLevel

Requirements

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

See Also

Reference

Xceed.Validation Namespace