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

TcxSchedulerReportLinkYearlyPrintStyle.PrimaryPageHeadersOnly Property

Specifies whether to display page header and month headers in the first page of the scheduler’s report or in the first page of each month.

#Declaration

Delphi
property PrimaryPageHeadersOnly: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the Layout property’s value is pslTwoPages then the scheduler’s report will be split in two pages per month.

Set the PrimaryPageHeadersOnly property to True to show headers only in the top level page. Otherwise headers will be displayed in both types of pages.

The default value of the PrimaryPageHeadersOnly property is False.

See Also