ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomFieldColumn Class / DataType Property

In This Topic
    DataType Property (CustomFieldColumn)
    In This Topic
    Gets or sets the data type of the custom field.
    Syntax
    'Declaration
     
    Public Property DataType As System.Type
    public System.Type DataType {get; set;}
    See Also