ValidationModes Enumeration
Specifies the types of validations that can be applied to the data in the
TextBoxValidation control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public enum ValidationModes
Public Enumeration ValidationModes
None | 0 |
None.
|
Letters | 1 |
Letters
|
MaskEdit | 2 |
Edit Mask.
|
ValidCharacters | 3 |
Valid characters.
|
InvalidCharacters | 4 |
Invalid characters.
|
RegularExpression | 5 |
Regular expression.
|
Byte | 6 |
Byte.
|
Int16 | 7 |
Int16.
|
Int32 | 8 |
Int32.
|
Int64 | 9 |
Int64.
|
Short | 10 |
Short.
|
Integer | 11 |
Integer.
|
Long | 12 |
Long.
|
Decimal | 13 |
Decimal.
|
NumberUnsigned | 14 |
Unsigned numeric.
|
NumberIntegerUnsigned | 15 |
Unsigned integer.
|
DateShort | 16 |
Short date.
|
Date | 17 |
Date.
|
TimeShort | 18 |
Short time.
|
Time | 19 |
Time.
|
Url | 20 |
URL.
|
Email | 21 |
Email.
|
DateTime | 22 |
DateTime.
|
Abecedary | 23 |
Abecedary.
|
AbecedaryAndNumbers | 24 |
Abecedary and numbers.
|
GPS | 25 |
GPS.
|
Twitter | 26 |
Twitter.
|
Skype | 27 |
Skype.
|
Phone | 28 |
Phone.
|
Resource | 29 |
Resources.
|
Color | 30 |
Color.
|
ColorWithAlpha | 31 |
Color with alpha.
|
DateTimeOffset | 32 |
Date and time offset.
|