Class | Description | |
---|---|---|
![]() | ConstantListCriterion | Specialization of the DataTypeCriterion class that compares an input component's value to a list of constant values. |
![]() | ConstantValueCriterion | Specialization of the DataTypeCriterion class that compares a value with a constant. |
![]() | CustomValidationMessages | Represents the custom validation error messages. |
![]() | DataTypeCriterion | Specialization of the ValidationCriterion class that validates a value using a data type. |
![]() | InputCellValueCriterion | Specialization of the DataTypeCriterion class that compares the values of two cells. |
![]() | InputValueCriterion | Specialization of the DataTypeCriterion class that compares the values of two input components. |
![]() | Licenser | Class which is used to register Xceed Input Validator for .NET. |
![]() | RangeCriterion | Specialization of the DataTypeCriterion class that compares the input value to a range defined by a minumum and a maximum value. |
![]() | RegularExpressionCriterion | Represents the validation of a value using a regular expression string. |
![]() | ValidationCriterion | Abstract base class of a validation expression containing a single criterion. |
![]() | ValidationExpression | Represents expressions that determine whether the evaluation succeeds or fails. Upon failure, a validation message explaining why the evaluation failed can be provided, which can then be displayed. |
![]() | ValidationMessages | Represents the validation error messages. |
![]() | ValidationProvider | Adds customizable text validation for compatible input components. |