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

TcxTreeListReportLinkOptionsPreview Class

Options to determine how to display the TreeList node preview section within the report.

#Declaration

Delphi
TcxTreeListReportLinkOptionsPreview = class(
    TdxCustomTableControlReportLinkOptionsPreview
)

#Remarks

The TcxTreeListReportLinkOptionsPreview class contains options used to control the TreeList node preview section representation within the report. The Visible property determines whether the preview section is visible and the AutoHeight property specifies if the preview section’s height should be adjusted to accommodate the entire preview text. You can however, limit the text line count n the preview section via the MaxLineCount property.

After changing options you can always restore their default values using the RestoreDefaults method.

See Also