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

Specifies whether the TreeList band headers appear on every report page

#Declaration

Delphi
property BandHeaders; default True;

#Property Value

Type Default
Boolean True

#Remarks

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

You can control the band headers presence within the report via the OptionsView.BandHeaders property.

The default value of the BandHeaders property is True.

See Also