True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / DataType Property

In This Topic
    DataType Property (C1DataColumn)
    In This Topic
    Gets or sets the type of object stored for a column.
    Syntax
    'Declaration
     
    Public Property DataType As System.Type
    public System.Type DataType {get; set;}
    See Also