TcxSchedulerReportLinkTrifoldPrintStyle Class
Implements the Tri-fold print style.
Declaration
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