Enum to represent the display of a field.
Namespace: Relativity.Services.Interfaces.Field.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No formatting | |
Formatted | 1 | Denotes if a number is formatted with commas (whole number and decimal only). | |
Date | 2 | Formatted as a date | |
DateTime | 3 | Formatted as a date with time | |
Currency | 4 | Formatted as currency |
See Also