ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CustomTaskPropertyDescriptor Class / CustomTaskPropertyDescriptor Constructor
The custom field name.
The custom field type.

In This Topic
    CustomTaskPropertyDescriptor Constructor
    In This Topic
    Create a instance of CustomTaskPropertyDescriptor class with given name and property type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal propertyType As System.Type _
    )
    public CustomTaskPropertyDescriptor( 
       System.string name,
       System.Type propertyType
    )

    Parameters

    name
    The custom field name.
    propertyType
    The custom field type.
    See Also