True for all-day events.

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

Syntax

C#
public bool IsAllDay { get; private set; }
Visual Basic
Public Property IsAllDay As Boolean
	Get
	Private Set
Visual C++
public:
property bool IsAllDay {
	bool get ();
	private: void set (bool value);
}

See Also