Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

GridColumnDataType Enumeration

Specifies the data type of a grid column.

[Visual Basic]
Public Enum GridColumnDataType
[C#]
public enum GridColumnDataType

Remarks

This type is used by DataType property, which decides data types for values user entered on the client side.

Members

Member Name Description
Auto The data type is automatically determined by the column type.
Boolean The column contains Boolean values.
Integer The column contains Int32 values.
Float The column contains Double values.
String The column contains String values.
DateTime The column contains DateTime values.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

EO.Web Namespace


Direct link to this topic