Gets or sets the Javascript code that is executed when the users clicks the delete icon.

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

Syntax

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

See Also