TcxSchedulerReportEventPartType Enum
In This Article
Enumerates available user event cell area types.
#Declaration
Delphi
TcxSchedulerReportEventPartType = (
epCaption,
epStart,
epFinish,
epIcons,
epMessage,
epTimeLine
);
#Members
Name |
---|
ep
|
ep
|
ep
|
ep
|
ep
|
ep
|
#Remarks
Options include:
Value | Meaning |
---|---|
ep |
The caption (i. |
ep |
The start time area whose content is specified by the event’s Start property. |
ep |
The end time area whose content is specified by the event’s Finish property. |
ep |
The area for displaying icons (bell, chasing arrows, etc.). |
ep |
The message (i. |
ep |
The timeline bar area. |
See Also