[]
Used by PreValidation.Validation property.
public enum PreValidationTypeEnum
| Name | Description |
|---|---|
| ExactList | The PatternString property contains a list of possible values separated by the ItemSeparator. |
| PreValidatingEvent | Using the PreValidating event. |
| RegexPattern | The PatternString property contains a regular expression. |
| Wildcards | The PatternString property contains a list of wildcard patterns separated by the ItemSeparator. |