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

TcxTreeListReportLinkOptionsPagination.Custom Property

Specifies whether or not custom page breaks are enabled in the TreeList control report.

#Declaration

Delphi
property Custom; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set the Custom property to True to enable custom page breaks. Custom page breaks allows you to add a page break before any TreeList node. To add custom page breaks to the report, use the OnGetCustomPageBreaks event.

The default value of the Custom property is False.

See Also