The BeforeEventRenderArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Areas |
Active areas.
| |
| BackgroundColor |
Custom background color.
| |
| BackgroundImage |
Custom background image.
| |
| BackgroundRepeat |
Custom background image repeat style.
| |
| BorderColor |
Custom border color.
| |
| BubbleHtml |
Specifies HTML code to be used for bubble content. If this property is specified the bubble content is not reqested from the server.
| |
| ContextMenuClientName |
Custom context menu.
| |
| CssClass |
Custom CssClass to be added to the default class.
| |
| DataItem |
DataSource element containing the source data for this event.
| |
| DurationBarColor |
Custom color of the duration bar.
| |
| DurationBarImageUrl |
Custom duration bar background image.
| |
| DurationBarVisible |
Allows to hide event duration bar.
| |
| End |
Event end.
| |
| EventClickEnabled |
Disables event click when set to false.
| |
| EventDoubleClickEnabled |
Disables event double click when set to false.
| |
| EventMoveEnabled |
Disables event moving when set to false.
| |
| EventMoveHorizontalEnabled |
Disables event moving in horizontal direction when set to false.
| |
| EventMoveVerticalEnabled |
Disables event moving in vertical direction when set to false.
| |
| EventResizeEnabled |
Disables event resizing when set to false.
| |
| EventRightClickEnabled |
Disables event right click when set to false.
| |
| FontColor |
Custom font color. Ignored in CssOnly mode.
| |
| Html |
Event HTML.
| |
| Id |
Event id.
| |
| InnerHtml | Obsolete.
Event html. Obsolete. Use .Html instead.
| |
| PercentComplete |
Level of completeness (DurationBarMode must be set to PercentComplete).
| |
| 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).
| |
| Resource |
Event resource id.
| |
| Start |
Event start.
| |
| StaticBubbleHtml | 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.
| |
| Tag |
Event tags, as specified using DataTagFields.
| |
| Text |
Event text.
| |
| ToolTip |
Event ToolTip.
|