Back to Devexpress

TcxSchedulerReportEventPartType Enum

vcl-dxpscxschedulerlnk-a8e5734f.md

latest1.5 KB
Original Source

TcxSchedulerReportEventPartType Enum

Enumerates available user event cell area types.

Declaration

delphi
TcxSchedulerReportEventPartType = (
    epCaption,
    epStart,
    epFinish,
    epIcons,
    epMessage,
    epTimeLine
);

Members

Name
epCaption
epStart
epFinish
epIcons
epMessage
epTimeLine

Remarks

Options include:

ValueMeaning
epCaptionThe caption (i.e., subject) area whose content is specified by the event’s Caption property).
epStartThe start time area whose content is specified by the event’s Start property.
epFinishThe end time area whose content is specified by the event’s Finish property.
epIconsThe area for displaying icons (bell, chasing arrows, etc.).
epMessageThe message (i.e., description) area whose content is specified by the event’s Message property.
epTimeLineThe timeline bar area.

See Also

TcxSchedulerReportLink.OnCustomDrawEventPartCell

dxPScxSchedulerLnk Unit