Gets or sets the Javascript code that is executed when the user clicks a resource header.

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

Syntax

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

See Also