The BeforeEventRenderEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Color of the event background.
| |
| ContextMenuClientName |
The name of context menu instance (JavaScript, see DayPilotMenu.ClientObjectName).
| |
| DataItem |
DataSource element containing the source data for this event.
| |
| End |
Event ending date and time (DayPilotCalendar.DataStartField property). Read-only.
| |
| InnerHTML |
Inner HTML of the event (use it to rewrite the default content).
| |
| Recurrent |
Is the event part of a recurrent event sequence?
| |
| RecurrentException |
True if this is an exception from the recurrent event series.
| |
| RecurrentMasterId |
Id of the recurrent event definition (not of this occurrence).
| |
| ServerTag |
Custom event data (DayPilotMonth.DataServerTagFields property). Read-only.
| |
| Start |
Event starting date and time (DayPilotCalendar.DataStartField property). Read-only.
| |
| StaticBubbleHTML |
Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server.
| |
| Tag |
Custom event data (DayPilotCalendar.DataTagFields property). Read-only.
| |
| Text |
Event text (DayPilotCalendar.DataTextField property). Read-only.
| |
| ToolTip |
Tooltip that appears when user hovers over the event (title HTML tag).
| |
| Value |
Event value (DayPilotCalendar.DataValueField property). Read-only.
|