PostValidation Class Members
In This Topic
The following tables list the members exposed by PostValidation.
Public Properties
| Name | Description |
| AllowDbNull | Determines whether it is possible to enter DbNull value in the control. |
| CaseSensitive | True if string comparisons are case-sensitive; otherwise, False. |
| ErrorMessage | Error message shown in the standard message box and/or in the exception. |
| Inherit | Manages inheritance of the PostValidation properties from the host control properties. |
| Intervals | Collection of intervals. The input value must belong to one of these intervals. |
| Validation | Validation method. |
| Values | Predefined values used for matching the input value. |
| ValuesExcluded | List of values that are not permitted as input value. |
Top
Public Methods
See Also