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: 8.1.3443.0 (8.1.3443.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