Gets or sets the Javascript code that is executed after a user collapses 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 ResourceCollapseJavaScript { get; set; }
Visual Basic
Public Property ResourceCollapseJavaScript As String
	Get
	Set
Visual C++
public:
property String^ ResourceCollapseJavaScript {
	String^ get ();
	void set (String^ value);
}

See Also