ComponentOne GanttView for WinForms
CustomTaskPropertyDescriptor Constructor

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > CustomTaskPropertyDescriptor Class : CustomTaskPropertyDescriptor Constructor
The custom field name.
The custom field type.
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

Reference

CustomTaskPropertyDescriptor Class
CustomTaskPropertyDescriptor Members