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

TdxGridReportLink.OptionsPreview Property

Options defining the preview sections appearance within the report.

#Declaration

Delphi
property OptionsPreview: TdxGridReportLinkOptionsPreview read; write;

#Property Value

Type
TdxGridReportLinkOptionsPreview

#Remarks

The OptionsPreview property determines whether the preview section is visible, whether its height is automatically adjusted to match the contents in a report and the maximum number of lines it will size to in the report.

Use the RestoreDefaults method to set all options in this set to their defaults.

See Also