Url of the background image.

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

Syntax

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

See Also