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

TcxVerticalGridReportLinkOptionsPagination.ByWrapping Property

Specifies if the vertical grid control should be split across report pages to display as many wrapped records as possible on a single page.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Use the ByWrapping property to specify if the vertical grid control should be split across report pages to display as many wrapped records as possible on a single page. This option is in effect only if the OptionsSize.WrapRecords option is active.

The default value of the ByWrapping property is True.

See Also