Whether the Resources tree should be synchronized with the server during CallBacks.

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

Syntax

C#
public bool SyncResourceTree { get; set; }
Visual Basic
Public Property SyncResourceTree As Boolean
	Get
	Set
Visual C++
public:
property bool SyncResourceTree {
	bool get ();
	void set (bool value);
}

See Also