Data property name.

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

Syntax

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

Remarks

The default value is "text" which displays the task text. You can use any of the built-in property names ("text", "id", "start", "end") or any of custom tags ("mytag" for Task.Tags["mytag"]).

See Also