Gets or sets the Javascript code that is executed when a user selects a time range. E.g. Set it to 'f' and define 'function f(start, end, column) {}'.

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

Syntax

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

See Also