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

TdxCustomTableControlReportLinkOptionsPreview.AutoHeight Property

Specifies whether the height of a table control’s preview section is adjusted so as to accommodate the entire preview’s text.

#Declaration

Delphi
property AutoHeight: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the AutoHeight property to True to have the height of the preview section (in lines) within a report be calculated automatically for each row based upon the preview text’s length for that row. In this case the value of the MaxLineCount property specifies the maximum number of text lines that the preview section will accommodate in a report (a value of 0 indicates that the preview section’s height has no limit). Set the AutoHeight property to False to designate the exact preview section’s height, which will be the same for every row as specified by the MaxLineCount property’s value.

The AutoHeight property’s default value is True.

See Also