Back to Devexpress

TcxSchedulerReportLinkTrifoldPrintStyleSectionMode Enum

vcl-dxpscxschedulerlnk-7b598c9c.md

latest1.3 KB
Original Source

TcxSchedulerReportLinkTrifoldPrintStyleSectionMode Enum

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
smDailyCalendar
smWeeklyCalendar
smMonthlyCalendar
smTaskPad
smNotesAreaBlank
smNotesAreaLined

Remarks

Options include:

ValueMeaning
smDailyCalendarDenotes the daily print style
smWeeklyCalendarDenotes the weekly print style
smMonthlyCalendarDenotes the monthly print style
smTaskPadDenotes the task pad
smNotesAreaBlankDenotes the plain notes pane
smNotesAreaLinedDenotes the lined notes pane

See Also

TcxSchedulerReportLinkTrifoldPrintStyle.LeftSection

TcxSchedulerReportLinkTrifoldPrintStyle.MiddleSection

TcxSchedulerReportLinkTrifoldPrintStyle.RightSection

dxPScxSchedulerLnk Unit