The RenderEventBubbleEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| End |
Event end.
| |
| InnerHTML |
HTML to be returned to the bubble.
(Inherited from RenderEventArgs.) | |
| IsAllDay |
Is it an all-day event?
| |
| 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).
| |
| ResourceId |
Event resource id.
| |
| SourceUniqueID |
ID of the control (e.g. "DayPilotCalendar1") that owns the hovered element.
(Inherited from RenderEventArgs.) | |
| Start |
Event start.
| |
| Tag |
Custom fields.
| |
| Text |
Event text.
| |
| Value |
Event value.
|