Table of Contents
GridColumnDataType Enumeration

Specifies the data type of a grid column.

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

Syntax
 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.
See Also