Constructor that sets the default values.

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

Syntax

C#
public Resource(
	string name,
	string val,
	bool childrenLoaded
)
Visual Basic
Public Sub New ( _
	name As String, _
	val As String, _
	childrenLoaded As Boolean _
)
Visual C++
public:
Resource(
	String^ name, 
	String^ val, 
	bool childrenLoaded
)

Parameters

name
Type: System..::..String
Row name (visible).
val
Type: System..::..String
Row value (id).
childrenLoaded
Type: System..::..Boolean
Set to false to enable dynamic loading.

See Also