[]
Specifies the validation method for prevalidation.
public enum PreValidationType
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. |