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 RowHeaderColumn(
	string title,
	int width
)
Visual Basic
Public Sub New ( _
	title As String, _
	width As Integer _
)
Visual C++
public:
RowHeaderColumn(
	String^ title, 
	int width
)

Parameters

title
Type: System..::..String
Row name (visible).
width
Type: System..::..Int32

See Also