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

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

Syntax

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

See Also