TcxSchedulerReportLinkTrifoldPrintStyleSectionMode Enum
In This Article
Lists available types of views that occupy sections in the Tri-fold print style.
#Declaration
Delphi
TcxSchedulerReportLinkTrifoldPrintStyleSectionMode = (
smDailyCalendar,
smWeeklyCalendar,
smMonthlyCalendar,
smTaskPad,
smNotesAreaBlank,
smNotesAreaLined
);
#Members
Name |
---|
sm
|
sm
|
sm
|
sm
|
sm
|
sm
|
#Remarks
Options include:
Value | Meaning |
---|---|
sm |
Denotes the daily print style |
sm |
Denotes the weekly print style |
sm |
Denotes the monthly print style |
sm |
Denotes the task pad |
sm |
Denotes the plain notes pane |
sm |
Denotes the lined notes pane |
See Also