Gets or sets the Javascript code that is executed after a user expands a resource tree node.

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

Syntax

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

See Also