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

TcxSchedulerReportLinkDetailsPrintStyle Class

The TcxSchedulerReportLinkDetailsPrintStyle class implements the details print style.

#Declaration

Delphi
TcxSchedulerReportLinkDetailsPrintStyle = class(
    TcxSchedulerReportLinkCustomDetailsPrintStyle
)

#Remarks

The details print style specifies that the page contains the day(s) along with the scheduled user events‘ descriptions (see the TcxSchedulerEvent.Message property). The TcxSchedulerReportLinkDetailsPrintStyle class allows the page break in the scheduler’s report to be adjusted when the details print style is applied (see the PaginationMode and UsePagination properties).

The TcxSchedulerReportLinkDetailsPrintStyle object is referenced by the TcxSchedulerReportLinkPrintStyles.Details property.

See Also