Skip to main content

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

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