Determines whether the extra row for all-day events will be visible.

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

Syntax

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

See Also