Back to Devexpress

TcxSchedulerReportLinkTrifoldPrintStyle Class

vcl-dxpscxschedulerlnk-8b8e7c73.md

latest1.7 KB
Original Source

TcxSchedulerReportLinkTrifoldPrintStyle Class

Implements the Tri-fold print style.

Declaration

delphi
TcxSchedulerReportLinkTrifoldPrintStyle = class(
    TcxCustomSchedulerReportLinkPrintStyle
)

Remarks

The Tri-fold print style specifies that the page is divided into three sections (see the LeftSection, MiddleSection and RightSection properties). Each section can be occupied by one of the three time views (day, week or weeks) or by the task pad, plain notes or lined notes pane (see the TcxSchedulerReportLinkTrifoldPrintStyleSectionMode enumeration).

The TcxSchedulerReportLinkTrifoldPrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.Trifold property.

Inheritance

TObject TPersistent TcxCustomSchedulerReportLinkPrintStyle TcxSchedulerReportLinkTrifoldPrintStyle

See Also

TcxSchedulerReportLinkTrifoldPrintStyle Members

dxPScxSchedulerLnk Unit