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

TcxTreeListReportLinkOptionsOnEveryPage.Headers Property

Specifies whether the TreeList column headers appear on every report page

#Declaration

Delphi
property Headers; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the Headers property to True to print column headers on every report page and to False to print them only on the first page.

You can control the presence of column headers within the report via the OptionsView.Headers property.

Note that it is impossible to enable TreeList column headers on every page (see the Headers property) while band headers on every page are disabled via the BandHeaders property and the band headers are enabled via the OptionsView.BandHeaders property.

The default value of the Headers property is True.

See Also