Click or drag to resize
KaxCalendarDayRender Event
DayRender event is fired after the generation of every calendar cell object and just before it gets rendered to the client. It is the last place where changes to the already constructed calendar cells can be made.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public event DayRenderEventHandler DayRender

Value

Type: Kettic.AspNet.Controls.CalendarDayRenderEventHandler
See Also