Click or drag to resize

DataGridDataTypes Enumeration

Declaring the datatype for the user interface

Namespace:  SOWIData.Management
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public enum DataGridDataTypes
Members
  Member nameValueDescription
None0 No definition
String1 Data display as one line
Text2 Data display as multiline text
GUID3 Globally Unique Identifier
Integer4 Number as integer
Double5 Number as floating-point format
Boolean6 Boolean value drawn as checkbox
Switch7 Boolean value drawn as switch
DateTime8 Date and time value
Date9 Date value
Month10 Month value
Week11 Week value
Time12 Time value
Password13 Password value
Email14 Email address value
URL15 URL value
Search16 Search value
Tel17 Phone value
Color18 Color value
Enumeration19 Field is associated with an enumeration
List20 Field is associated with a list
Byte21 Represents a data type of byte into HTML
Image22 Display a image from a data type of byte into HTML
See Also