Event text. (DayPilotCalendar.DataTextField property).

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

Syntax

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

See Also