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

TcxTreeListCustomReportLink.AddHorizontalPageBreak(TList) Method

Inserts custom page breaks between the tree list’s columns.

#Declaration

Delphi
procedure AddHorizontalPageBreak(AColumns: TList); overload;

#Parameters

Name Type
AColumns TList

#Remarks

Overloads take the following parameters (in the order they are listed above):

  1. AGridColumn specifies the tree list’s column, before which, a page break will be inserted.

  2. AGridColumns specifies the array of the tree list’s columns, before which, a page break will be inserted.

  3. AGridColumns specifies the array of the tree list’s columns, before which, a page break will be inserted.

  4. AGridColumns specifies the list of the tree list’s columns, before which, a page break will be inserted.

See Also