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

TcxVerticalGridReportLinkOptionsSize Properties
Show Inherited Hide Inherited

Contains options which affect the vertical grid control size within a report.
Name Description
AutoWidth Specifies whether the width of the control associated with a report link is automatically adjusted to fit the report page’s width. Inherited from TdxCustomReportLinkOptionsSize.
BestFit Determines if vertical grid control records should be resized to display the cells contents in their entirety.
KeepSameRecordWidths Determines whether or not vertical grid records keep the same width when the BestFit option is active.
ReportLink Provides access to the report link for which the current options are applied.
WrapRecords Determines if vertical grid records should be wrapped at the right edge of a report page.
WrapSeparatorHeight Specifies the height of the wrapped records separator.
See Also