GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView 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 Type
    public Type DataType {get; set;}
    See Also