Gets or sets the name of the column that contains the name of an event.

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

Syntax

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

See Also