C1.WPF.GanttView.4.6.2 Assembly / C1.GanttView 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 String, _
   ByVal propertyType As Type _
)
 

Parameters

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