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

Specifies if the vertical grid control should be split across report pages to display the maximum number possible of rows in their entirety on a single page.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

Use the ByRows property to specify if the vertical grid control is split across the report to display the maximum number possible of rows in their entirety on a single page.

The default value of the ByRows property is True.

See Also