TableFieldStyle Enumeration
Field Object Style.
Namespace: Aliquo.Core.ConfigurationAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public enum TableFieldStyle
Public Enumeration TableFieldStyle
Normal | 0 |
Normal type.
|
List | 1 |
List type.
|
MaskEdit | 2 |
Mask edit type.
|
ValidCharacters | 3 |
Valid characters type.
|
InvalidCharacters | 4 |
Invalid characters type.
|
RegularExpression | 5 |
Regular expression type.
|
Byte | 6 |
Byte type.
|
Int16 | 7 |
Short type.
|
Int32 | 8 |
Int type.
|
Int64 | 9 |
Long type.
|
Decimal | 13 |
Decimal type.
|
Date | 17 |
Date type.
|
TimeShort | 18 |
Time short type.
|
Time | 19 |
Time type.
|
Url | 20 |
URL type.
|
Email | 21 |
Email type.
|
DateTime | 22 |
DateTime type.
|
Abecedary | 23 |
Abecedary type.
|
AbecedaryAndNumbers | 24 |
Abecedary and numbers type.
|
GPS | 25 |
GPS type.
|
Phone | 28 |
Phone type.
|
Resource | 29 |
Resource type.
|
Color | 30 |
Color without transparency type.
|
ColorWithAlpha | 31 |
Color with transparency (alpha) type.
|
DateTimeOffset | 32 |
DateTimeOffset type.
|