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.PaginationMode Property

Specifies whether page breaks are inserted after each day, week or month.

#Declaration

Delphi
property PaginationMode: TcxSchedulerReportLinkDetailsPrintStylePaginationMode read; write; default dpmByDay;

#Property Value

Type Default
TcxSchedulerReportLinkDetailsPrintStylePaginationMode dpmByDay

#Remarks

The printing system has three options – whether a page break is generated at the end of each day, week or month. Use the PaginationMode property to specify the frequency with which a new page is started.

Note

the PaginationMode property’s value is in effect if the UsePagination property is set to True.

See Also