True for the upper-left header cell. Obsolete. Use DayPilotCalendar.CornerHtml and .CornerBackColor instead. OnBeforeHeaderRender is not called for the upper-left corner anymore.

Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
[ObsoleteAttribute("Use DayPilotCalendar.CornerHtml and .CornerBackColor instead. OnBeforeHeaderRender is not called for the upper-left corner anymore.")]
public bool IsCorner { get; internal set; }
Visual Basic
<ObsoleteAttribute("Use DayPilotCalendar.CornerHtml and .CornerBackColor instead. OnBeforeHeaderRender is not called for the upper-left corner anymore.")> _
Public Property IsCorner As Boolean
	Get
	Friend Set
Visual C++
public:
[ObsoleteAttribute(L"Use DayPilotCalendar.CornerHtml and .CornerBackColor instead. OnBeforeHeaderRender is not called for the upper-left corner anymore.")]
property bool IsCorner {
	bool get ();
	internal: void set (bool value);
}

See Also