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.WrapRecords Property

Determines if vertical grid records should be wrapped at the right edge of a report page.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Use the WrapRecords property to determine if vertical grid records are to be wrapped at the right edge of a report page. This can be useful when the vertical grid control is too wide to be displayed within a single report page. If the WrapRecords option is active, then the records, which do not fit within the page width, are wrapped.

The default value of the WrapRecords property is True.

See Also