Xceed Grid for WinForms v4.3 Documentation
RegularExpressionCriterion Class Properties


Xceed.Validation.v1.3 Assembly > Xceed.Validation Namespace : RegularExpressionCriterion Class

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

Public Properties
 NameDescription
Public PropertyGets or sets a boolean value indicating whether the criterion is case sensitive. (Inherited from Xceed.Validation.ValidationCriterion)
Public PropertyGets or sets a string that substitutes name variable in error messages to define the criterion. (Inherited from Xceed.Validation.ValidationCriterion)
Public PropertyGets or sets the custom message text used in error messages for this criterion. (Inherited from Xceed.Validation.ValidationCriterion)
Public PropertyGets or sets a string representing the reference ID of the criterion. (Inherited from Xceed.Validation.ValidationExpression)
Public PropertyGets or sets the regular expression string used to verify whether the input component's value matches.  
Public PropertyGets or sets a boolean value indicating whether the field must contain a value.  
Public PropertyGets or sets a boolean value indicating whether whitepace characters should be trimmed from the control's value before testing with the criterion. (Inherited from Xceed.Validation.ValidationCriterion)
Public PropertyGets or sets an ValidationLevel value representing the moment at which validation will be performed. (Inherited from Xceed.Validation.ValidationExpression)
Top
Protected Properties
 NameDescription
Protected PropertyGets a collection of property names whose values have been explicitly set as well as the corresponding values. (Inherited from Xceed.Validation.ValidationExpression)
Top
See Also

Reference

RegularExpressionCriterion Class
Xceed.Validation Namespace