The BeforeEventRenderArgs type exposes the following members.

Properties

  NameDescription
Public propertyAreas
Active areas.
Public propertyBackgroundColor
Custom background color.
Public propertyBackgroundImage
Custom background image.
Public propertyBackgroundRepeat
Custom background image repeat style.
Public propertyBorderColor
Custom border color.
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
Custom context menu.
Public propertyCssClass
Custom CssClass to be added to the default class.
Public propertyDataItem
DataSource element containing the source data for this event.
Public propertyDurationBarColor
Custom color of the duration bar.
Public propertyDurationBarImageUrl
Custom duration bar background image.
Public propertyDurationBarVisible
Allows to hide event duration bar.
Public propertyEnd
Event end.
Public propertyEventClickEnabled
Disables event click when set to false.
Public propertyEventDoubleClickEnabled
Disables event double click when set to false.
Public propertyEventMoveEnabled
Disables event moving when set to false.
Public propertyEventMoveHorizontalEnabled
Disables event moving in horizontal direction when set to false.
Public propertyEventMoveVerticalEnabled
Disables event moving in vertical direction when set to false.
Public propertyEventResizeEnabled
Disables event resizing when set to false.
Public propertyEventRightClickEnabled
Disables event right click when set to false.
Public propertyFontColor
Custom font color. Ignored in CssOnly mode.
Public propertyHtml
Event HTML.
Public propertyId
Event id.
Public propertyInnerHtml Obsolete.
Event html. Obsolete. Use .Html instead.
Public propertyPercentComplete
Level of completeness (DurationBarMode must be set to PercentComplete).
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 propertyResource
Event resource id.
Public propertyStart
Event start.
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
Event tags, as specified using DataTagFields.
Public propertyText
Event text.
Public propertyToolTip
Event ToolTip.

See Also