The directory that contains static files (will be processed using ResolveUrl()).

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

Syntax

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

See Also