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

TdxPSPrintPageRangeInfo.PageIndexesAsString Property

Specifies the string representation of the current page range.

#Declaration

Delphi
property PageIndexesAsString: string read; write;

#Property Value

Type
string

#Remarks

A range can include individual page numbers and contiguous page ranges, separated by the dxPSGlbl.cPageSeparator delimiter. Two page numbers, separated by the dxPSGlbl.cPageRangeSeparator delimiter, represent a contiguous range of pages. For example, the ‘1,3,5-12’ string specifies a page range that includes pages 1, 3, and 5 through 12.

Setting the PageIndexesAsString property automatically assigns prRange to the PageRanges property and populates the PageIndex collection with pages included in the specified range.

See Also