Name of the data source field that contains true for all-day events.

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

Syntax

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

See Also