Use this event to modify time cell properties before rendering.

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

Syntax

C#
public event BeforeCellRenderEventHandler BeforeCellRender
Visual Basic
Public Event BeforeCellRender As BeforeCellRenderEventHandler
Visual C++
public:
 event BeforeCellRenderEventHandler^ BeforeCellRender {
	void add (BeforeCellRenderEventHandler^ value);
	void remove (BeforeCellRenderEventHandler^ value);
}

See Also