vcl-dxpscxschedulerlnk-a8e5734f.md
Enumerates available user event cell area types.
TcxSchedulerReportEventPartType = (
epCaption,
epStart,
epFinish,
epIcons,
epMessage,
epTimeLine
);
| Name |
|---|
epCaption |
epStart |
epFinish |
epIcons |
epMessage |
epTimeLine |
Options include:
| Value | Meaning |
|---|---|
| epCaption | The caption (i.e., subject) area whose content is specified by the event’s Caption property). |
| epStart | The start time area whose content is specified by the event’s Start property. |
| epFinish | The end time area whose content is specified by the event’s Finish property. |
| epIcons | The area for displaying icons (bell, chasing arrows, etc.). |
| epMessage | The message (i.e., description) area whose content is specified by the event’s Message property. |
| epTimeLine | The timeline bar area. |
See Also