Gets or sets the Javascript code that is executed when the user resizes a task (before the default action).

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

Syntax

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

See Also