Constructor that sets the default values.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public TaskColumn(
	string title,
	int width,
	string property
)
Visual Basic
Public Sub New ( _
	title As String, _
	width As Integer, _
	property As String _
)
Visual C++
public:
TaskColumn(
	String^ title, 
	int width, 
	String^ property
)

Parameters

title
Type: System..::..String
width
Type: System..::..Int32
property
Type: System..::..String

See Also