The Event object supports the following properties and method.


| Name | Description | |||
| AllDayEvent | Indicates whether the event is an all day event. | |||
| BodyBackColor | Specifies the background color or the visual appearance of the event (body). | |||
| BodyBackgroundExt | Indicates additional colors, text, images that can be displayed on the event's background using the EBN string format. | |||
| BodyBackgroundExtValue | Specifies at runtime, the value of the giving property for specified part of the background extension. | |||
| BodyForeColor | Specifies the foreground color of the event (body). | |||
| BodyPattern | Specifies the pattern of the event (body). | |||
| Caption | Indicates the caption to be displayed on the event's label. | |||
| ClearShowStatus | Clears the status flag, so the ShowStatusEvent property indicates whether the current event shows or hides its status. | |||
| ClearStatusColor | Clears the status color flag, so the StatusEventColor property indicates the color to show the event's status. | |||
| Client | Returns the client area of the event. | |||
| Editable | Specifies whether the event's caption is editable. | |||
| End | Specifies the ending date/time of the event. | |||
| EndUpdateEvent | Adds programmatically updated properties of the calendar-event to undo/redo queue. | |||
| EnsureVisible | Scrolls the control to ensure that the current calendar-event fits the control's visible area. | |||
| ExtraLabel | Specifies the extra label to be displayed on the event. | |||
| ExtraLabelAlign | Indicates the alignment of the event's extra label. | |||
| ExtraPictures | Specifies the list of extra pictures to be displayed on the event. | |||
| ExtraPicturesAlign | Indicates the alignment of the event's extra picture. | |||
| GroupID | Specifies the identifier of the group where the Event object belongs. | |||
| Handle | Gets handle of the Event object. | |||
| KnownProperty | Specifies the value for the Event's property giving its identifier. | |||
| LabelAlign | Indicates the alignment of the event's long label. | |||
| LongLabel | Specifies the long label to be displayed on the event. | |||
| MaxDate | Indicates the max date for the event. | |||
| MinDate | Indicates the min date for the event. | |||
| Movable | Specifies whether the user can move the event. | |||
| MoveBy | Moves the event by specified time. | |||
| Pictures | Specifies the list of pictures to be displayed on the event. | |||
| PicturesAlign | Indicates the alignment of the event's picture. | |||
| Repetitive | Returns or sets the expression to determine the repetitive event. | |||
| Resizable | Specifies whether the user can resizes the event at runtime. | |||
| Selectable | Specifies whether the user can selects the event. | |||
| Selected | Selects or unselects the current event. | |||
| ShortLabel | Specifies the short label to be displayed on the event. | |||
| ShowStatus | Specifies whether the current event shows or hides its status. | |||
| Start | Specifies the starting date/time of the event. | |||
| StartUpdateEvent | Starts changing properties of the calendar-event, so EndUpdateEvent method adds programmatically updated properties to undo/redo queue. | |||
| StatusColor | Specifies the color of the event's status. | |||
| StatusPattern | Specifies the pattern of the event (status) | |||
| ToolTip | Indicates the tooltip to be shown when the cursor hovers the event. | |||
| ToolTipTitle | Indicates the title of the tooltip to be shown when the cursor hovers the event. | |||
| UserData | Indicates any extra data associated with the Event object. |