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

TcxTreeListReportLinkStyles Class

Represents the set of styles for the TreeList control’s elements within the report.

#Declaration

Delphi
TcxTreeListReportLinkStyles = class(
    TdxCustomReportLinkStyles
)

#Remarks

The TcxTreeListReportLinkStyles defines the set of styles to be used by the TreeList control’s elements within the report without affecting the real TreeList elements styles.

The following elements styles are available:

  • BandHeader – represents the style for band headers.

  • Content – represents the style for data cells.

  • ContentEven – represents the styles for the data cells within the even nodes. (overrides the Content style).

  • ContentOdd – represents the styles for the data cells within the odd nodes. (overrides the Content style).

  • Footer – represents the style for the footer cell.

  • FooterRow – represents the style for the footer.

  • Header – represents the style for the column header.

  • Preview – represents the style for the node preview section.

  • Selection – represents the style for the selection.

See Also