FieldDisplayFormat Enumeration |
Identifies the
IField display format based on the field's data type,
CellTypes
and other relevant settings.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum FieldDisplayFormat
Public Enumeration FieldDisplayFormat
Members
| Member name | Value | Description |
---|
| Text | 1 | The field displays as text. |
| DateTime | 2 | The field displays as a date/time value (typically localized). |
| DateOnly | 3 | The field displays as a date-only value (typically localized). |
| TimeOnly | 4 | The field displays as a time-only value (typically localized). |
| Currency | 5 | The field displays as a currency value. |
| Integer | 6 | The field displays as an integer number. |
| Float | 7 | The field displays as a floating point number. |
| Percent | 8 | The field displays as a percentage. |
| Boolean | 9 | The field displays as a boolean value. |
| EmailAddr | 10 | The field displays as an email address. |
| TimeDuration | 11 | The field displays as time duration (e.g. "00:30:00" for 30 minutes). |
See Also