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)
Version: 3.5.2.0

Syntax

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