Gets or sets the name of an event member that holds the event start.

Namespace: DayPilot.Web.Mvc
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

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

See Also