Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationExpression Class / ValidationLevel Property


In This Topic
    ValidationLevel Property
    In This Topic
    Gets or sets an ValidationLevel value representing the moment at which validation will be performed.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ValidationLevel As ValidationLevel
    'Usage
     
    Dim instance As ValidationExpression
    Dim value As ValidationLevel
     
    instance.ValidationLevel = value
     
    value = instance.ValidationLevel
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ValidationLevel ValidationLevel {get; set;}

    Property Value

    An ValidationLevel value representing the moment at which validation will be performed for the criterion.
    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