Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / ValidationMessages Class
Members


In This Topic
    ValidationMessages Class
    In This Topic
    Represents the validation error messages.
    Syntax
    'Declaration
     
    Public Class ValidationMessages 
    'Usage
     
    Dim instance As ValidationMessages
    public class ValidationMessages 
    Remarks

    The ValidationMessages class represents error messages that apply to all criteria.

    Inheritance Hierarchy

    System.Object
       Xceed.Validation.ValidationMessages
          Xceed.Validation.CustomValidationMessages

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the text for default "Between" validation error messages.  
    Public PropertyGets or sets the text for default "Data Type" validation error messages.  
    Public PropertyGets or sets the text for default validation error messages of the "Date" data type.  
    Public PropertyGets or sets the text for default "Equal To" validation error messages.  
    Public PropertyGets or sets the text for default "Greater Than" validation error messages.  
    Public PropertyGets or sets the text for default "Greater Than or Equal To" validation error messages.  
    Public PropertyGets or sets the text for default "In Set of Values" validation error messages.  
    Public PropertyGets or sets the text for default "Less Than" validation error messages.  
    Public PropertyGets or sets the text for default "Less Than or Equal To" validation error messages.  
    Public PropertyGets or sets the text for default "Not Equal To" validation error messages.  
    Public PropertyGets or sets the text for default "Not in Set of Valudes" validation error messages.  
    Public PropertyGets or sets the text for default validation error messages of the "Number" data type.  
    Public PropertyGets or sets the text for "Regular Expression" validation error messages.  
    Public PropertyGets or sets the text for default "Required Field"" validation error messages.  
    Public PropertyGets or sets the text for default base validation error messages for any invalid value.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the original value for default "Between" validation error messages.  
    Protected PropertyGets the original value for default "Data Type" validation error messages.  
    Protected PropertyGets the original value for default validation error messages of the "Date" data type.  
    Protected PropertyGets the original value for default "Equal To" validation error messages.  
    Protected PropertyGets the original value for default "Greater Than" validation error messages.  
    Protected PropertyGets the original value for default "Greater Than or Equal To" validation error messages.  
    Protected PropertyGets the original value for default "In Set of Values" validation error messages.  
    Protected PropertyGets the original value for default "Less Than" validation error messages.  
    Protected PropertyGets the original value for default "Less Than or Equal To" validation error messages.  
    Protected PropertyGets the original value for default "Not Equal To" validation error messages.  
    Protected PropertyGets the original value for default "Not in Set of Values" validation error messages.  
    Protected PropertyGets the original value for default validation error messages of the "Number" data type.  
    Protected PropertyGets the original value for default "Regular Expression" validation error messages.  
    Protected PropertyGets the original value for default "Required Field" validation error messages.  
    Protected PropertyGets the original value for default base validation error messages for any invalid value.  
    Protected PropertyGets a collection of property names whose values have been explicitly set as well as the corresponding values.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a copy of this ValidationMessages object.  
    Public MethodResets the Between property to its original value.  
    Public MethodResets the DataType property to its original value.  
    Public MethodResets the Date property to its original value.  
    Public MethodResets the Equal property to its original value.  
    Public MethodResets the GreaterThan property to its original value.  
    Public MethodResets the GreaterThanOrEqual property to its original value.  
    Public MethodResets the InSet property to its original value.  
    Public MethodResets the LessThan property to its original value.  
    Public MethodResets the LessThanOrEqual property to its original value.  
    Public MethodResets the NotEqual property to its original value.  
    Public MethodResets the NotInSet property to its original value.  
    Public MethodResets the Number property to its original value.  
    Public MethodResets the RegularExpression property to its original value.  
    Public MethodResets the RequiredField property to its original value.  
    Public MethodResets the Value property to its original value.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRetrieves the value of the specified property in the Properties collection.  
    Protected MethodRetrieves a boolean value indicating whether the specified property has been explicitly set.  
    Protected MethodRemoves the specified property from the Properties collection.  
    Top
    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