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


In This Topic
    CustomValidationMessages Class Methods
    In This Topic

    For a list of all members of this type, see CustomValidationMessages members.

    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