ValidationModes Enumeration

Specifies the types of validations that can be applied to the data in the TextBoxValidation control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public enum ValidationModes

Members

None0 None.
Letters1 Letters
MaskEdit2 Edit Mask.
ValidCharacters3 Valid characters.
InvalidCharacters4 Invalid characters.
RegularExpression5 Regular expression.
Byte6 Byte.
Int167 Int16.
Int328 Int32.
Int649 Int64.
Short10 Short.
Integer11 Integer.
Long12 Long.
Decimal13 Decimal.
NumberUnsigned14 Unsigned numeric.
NumberIntegerUnsigned15 Unsigned integer.
DateShort16 Short date.
Date17 Date.
TimeShort18 Short time.
Time19 Time.
Url20 URL.
Email21 Email.
DateTime22 DateTime.
Abecedary23 Abecedary.
AbecedaryAndNumbers24 Abecedary and numbers.
GPS25 GPS.
Twitter26 Twitter.
Skype27 Skype.
Phone28 Phone.
Resource29 Resources.
Color30 Color.
ColorWithAlpha31 Color with alpha.
DateTimeOffset32 Date and time offset.

See Also