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.
| |
End |
Event end.
| |
EventClickEnabled |
Disables event click when set to false.
| |
EventDeleteEnabled |
Disables event deleting using the integrated delete icon [x] when set to false.
| |
EventDoubleClickEnabled |
Disables event double click when set to false.
| |
EventMoveEnabled |
Disables event moving when set to false.
| |
EventResizeEnabled |
Disables event resizing when set to false.
| |
EventRightClickEnabled |
Disables event right click when set to false.
| |
FontColor |
Custom event font color. Ignored in CssOnly mode.
| |
HeaderHtml |
Custom event header HTML. Ignored if EventHeaderVisible is set to false.
| |
Html |
Event HTML.
| |
Id |
Event id.
| |
InnerHtml | Obsolete.
Event html. Obsolete. Use .Html instead.
| |
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.
|