[]
        
(Showing Draft Content)

C1.GanttView.CustomTaskPropertyDescriptor.-ctor

CustomTaskPropertyDescriptor Constructor

CustomTaskPropertyDescriptor(string, Type)

Create a instance of CustomTaskPropertyDescriptor class with given name and property type.

Declaration
public CustomTaskPropertyDescriptor(string name, Type propertyType)
Public Sub New(name As String, propertyType As Type)
Parameters
Type Name Description
string name

The custom field name.

Type propertyType

The custom field type.