FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellStyle Class / DataType Property

In This Topic
    DataType Property (CellStyle)
    In This Topic
    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