Xceed Grid for WinForms v4.3 Documentation
Xceed.Validation.v1.3 Assembly / Xceed.Validation Namespace / CustomValidationMessages Class
Properties Methods


In This Topic
    CustomValidationMessages Class Members
    In This Topic

    The following tables list the members exposed by CustomValidationMessages.

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