This event is fired for each time cell. You can modify its properties (e.g. background color) here.
Namespace:
DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
C# |
---|
public event BeforeCellRenderEventHandler BeforeCellRender |
Visual Basic (Declaration) |
---|
Public Event BeforeCellRender As BeforeCellRenderEventHandler |
Visual C++ |
---|
public: event BeforeCellRenderEventHandler^ BeforeCellRender { void add (BeforeCellRenderEventHandler^ value); void remove (BeforeCellRenderEventHandler^ value); } |