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

Syntax

C#
public bool IsAllDay { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsAllDay As Boolean
Visual C++
public:
property bool IsAllDay {
	bool get ();
}

See Also