Click or drag to resize

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
Members
  Member nameValueDescription
Text1The field displays as text.
DateTime2The field displays as a date/time value (typically localized).
DateOnly3The field displays as a date-only value (typically localized).
TimeOnly4The field displays as a time-only value (typically localized).
Currency5The field displays as a currency value.
Integer6The field displays as an integer number.
Float7The field displays as a floating point number.
Percent8The field displays as a percentage.
Boolean9The field displays as a boolean value.
EmailAddr10The field displays as an email address.
TimeDuration11The field displays as time duration (e.g. "00:30:00" for 30 minutes).
See Also