Gets or sets the name of the column that contains the event starting date and time (must be convertible to DateTime).

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

Syntax

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

See Also