Name | Description | |
---|---|---|
![]() | CaseSensitive | Gets or sets a boolean value indicating whether the criterion is case sensitive. (Inherited from Xceed.Validation.ValidationCriterion) |
![]() | CriterionName | Gets or sets a string that substitutes name variable in error messages to define the criterion. (Inherited from Xceed.Validation.ValidationCriterion) |
![]() | CustomValidationMessages | Gets or sets the custom message text used in error messages for this criterion. (Inherited from Xceed.Validation.ValidationCriterion) |
![]() | DataType | Gets or sets the ValidationDataType that used to parse the value during validation. (Inherited from Xceed.Validation.DataTypeCriterion) |
![]() | InputControl | Gets or sets the System.Windows.Forms.Control compared with the input component associated with this criterion. |
![]() | Name | Gets or sets a string representing the reference ID of the criterion. (Inherited from Xceed.Validation.ValidationExpression) |
![]() | Operator | Gets or sets the CompareValueOperator used to compare an input component with the input component associated with this criterion. |
![]() | RequiredField | Gets or sets a boolean value indicating whether the field must contain a value. (Inherited from Xceed.Validation.DataTypeCriterion) |
![]() | Trim | Gets 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) |
![]() | ValidationLevel | Gets or sets an ValidationLevel value representing the moment at which validation will be performed. (Inherited from Xceed.Validation.ValidationExpression) |