Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.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