An
Event object points to a DATE and contains graphical information like: colors,
font attributes, images, tooltips, and so on. Use the Events property in order
to access the
Events collection
| | Name | Description | |
| | BackColor | Retrieves or sets a value that indicates the event's background color. | |
| | BackgroundExt | Indicates additional colors, text, images that can be displayed on the event's background using the EBN string format. | |
| | BackgroundExtValue | Specifies at runtime, the value of the giving property for specified part of the background extension. | |
| | Bold | Retrieves or sets a value that indicates whether the event should appear in bold. | |
| | Caption | Retrieves or sets a value that indicates the event's caption. | |
| | Comment | Retrieves or sets a value that indicates the event's comment. | |
| | CommentTitle | Retrieves or sets a value that indicates the event's comment title. | |
| | Date | Gets the event's date. | |
| | Disabled | Retrieves or sets a value that indicates whether the event is disabled or enabled. | |
| | ForeColor | Retrieves or sets a value that indicates the event's foreground color. | |
| | Image | Retrieves or sets the event's image. | |
| | Italic | Retrieves or sets a value that indicates whether the event should appear in italic. | |
| | Marker | Retrieves or sets a value that indicates whether the event's marker is visible or hidden. | |
| | Repetitive | Returns or sets the expression to determine the repetitive event. | |
| | StrikeOut | Retrieves or sets a value that indicates whether the event should appear in strikeout. | |
| | Underline | Retrieves or sets a value that indicates whether the event appears as underlined. | |
| | UserData | Retrieves or sets the event's user associated extra data. | |