TcxSchedulerReportEventPartType Enum
Enumerates available user event cell area types.
Declaration
TcxSchedulerReportEventPartType = (
epCaption,
epStart,
epFinish,
epIcons,
epMessage,
epTimeLine
);
Members
Name |
---|
epCaption
|
epStart
|
epFinish
|
epIcons
|
epMessage
|
epTimeLine
|
Remarks
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