The BeforeEventRenderEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyAreas
Activea areas.
Public propertyBackgroundColor
Color of the event background.
Public propertyBubbleHtml
Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server.
Public propertyContextMenuClientName
The name of context menu instance (JavaScript, see DayPilotMenu.ClientObjectName).
Public propertyCssClass
CSS class for the event.
Public propertyDataItem
DataSource element containing the source data for this event.
Public propertyEnd
Event ending date and time (DayPilotCalendar.DataStartField property). Read-only.
Public propertyEventClickEnabled
Set to false to disable clicking on this calendar event on the client-side.
Public propertyEventDoubleClickEnabled
Set to false to disable double clicking on this calendar event on the client-side.
Public propertyEventMoveEnabled
Set to false to disable moving of this calendar event on the client-side.
Public propertyEventResizeEnabled
Set to false to disable resizing of this event on the client-side.
Public propertyEventRightClickEnabled
Set to false to disable right mouse click on this calendar event on the client-side.
Public propertyHtml
Inner HTML of the event (use it to rewrite the default content).
Public propertyId
Event id.
Public propertyInnerHTML Obsolete.
Inner HTML of the event (use it to rewrite the default content). Obsolete. Use .Html instead.
Public propertyRecurrent
Is the event part of a recurrent event sequence?
Public propertyRecurrentException
True if this is an exception from the recurrent event series.
Public propertyRecurrentMasterId
Id of the recurrent event definition (not of this occurrence).
Public propertyServerTag Obsolete.
Custom event data (DayPilotMonth.DataServerTagFields property). Read-only. Obsolete. Use .DataItem instead.
Public propertyStart
Event starting date and time (DayPilotCalendar.DataStartField property). Read-only.
Public propertyStaticBubbleHTML Obsolete.
Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server. Obsolete. Use .BubbleHtml instead.
Public propertyTag
Custom event data (DayPilotCalendar.DataTagFields property). Read-only.
Public propertyText
Event text (DayPilotCalendar.DataTextField property). Read-only.
Public propertyToolTip
Tooltip that appears when user hovers over the event (title HTML tag).
Public propertyValue Obsolete.
Event value (DayPilotCalendar.DataValueField property). Read-only. Obsolete. Use .Id instead.

See Also