Directory part of the URL where static resources are located (ending with a slash). E.g. "/resources/".

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

Syntax

C#
public string ResourcesPath { get; set; }
Visual Basic
Public Property ResourcesPath As String
	Get
	Set
Visual C++
public:
property String^ ResourcesPath {
	String^ get ();
	void set (String^ value);
}

See Also