ComponentOne FlexGrid for WinForms
DataType Property (CellStyle)

C1.Win.C1FlexGrid Namespace > CellStyle Class : DataType Property
Gets or sets the data type for the style.
Syntax
'Declaration
 
Public Property DataType As Type
public Type DataType {get; set;}
Remarks

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.

See Also

Reference

CellStyle Class
CellStyle Members