Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

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