'Declaration Public Property DataType As Type
'Declaration
Public Property DataType As Type
public Type DataType {get; set;}
When the grid is bound to a data source, this property is set automatically based on the data schema.
This property is used to coerce values assigned to cells into the proper type.
CellStyle Class CellStyle Members