This event is fired before cells (calendar time slots) are rendered.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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); } |
Remarks
By handling this event, it is possible to change cell properties like IsBusiness, BackgroundColor etc.