Version

TaskColumn Constructor(String,Type,Boolean,Object)

Creates a new TaskColumn instance
Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal dataType As Type, _
   ByVal isPersisted As Boolean, _
   ByVal defaultValue As Object _
)
public TaskColumn( 
   string key,
   Type dataType,
   bool isPersisted,
   object defaultValue
)

Parameters

key
A unique identifier for the column.
dataType
The data type of the values in the field.
isPersisted
Determines whether the field is used saved when binding the Tasks colletion to a data source or saving the UltraCalendarInfo.
defaultValue
The default value of the field if it is never set or if it is reset.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also