Gets or sets the Javascript code that is executed when a user selects a time range.

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

Syntax

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

See Also