TextBoxExtensions.ValidationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specify the type of validation required
public enum TextBoxExtensions.ValidationType
type TextBoxExtensions.ValidationType =
Public Enum TextBoxExtensions.ValidationType
- Inheritance
-
TextBoxExtensions.ValidationType
Fields
| Name | Value | Description |
|---|---|---|
| Custom | 0 | The default validation that required property Regex to be setted |
| 1 | Email validation |
|
| Number | 2 | Number validation |
| Decimal | 3 | Decimal validation |
| Characters | 4 | Text only validation |
| PhoneNumber | 5 | Phone number validation |