Whether the resources (.js and image files) should be loaded statically (from a directory specified in ResourcesPath).

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

Syntax

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

See Also