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#
[ObsoleteAttribute("Use Resource(name, id) and DynamicChildren property instead.")]
public Resource(
	string name,
	string id,
	bool childrenLoaded
)
Visual Basic
<ObsoleteAttribute("Use Resource(name, id) and DynamicChildren property instead.")> _
Public Sub New ( _
	name As String, _
	id As String, _
	childrenLoaded As Boolean _
)
Visual C++
public:
[ObsoleteAttribute(L"Use Resource(name, id) and DynamicChildren property instead.")]
Resource(
	String^ name, 
	String^ id, 
	bool childrenLoaded
)

Parameters

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

See Also