The PagingInfo type exposes the following members.

Properties

  NameDescription
FirstIndexOfPage
Returns the index of the first item on the page.
ItemOffsets
Returns all page offsets for the current block of pages.
ItemsPerPage
Returns the page size.
LastIndexOfPage
Returns the index of the last item on the page.
NextBlockOffset
Returns the offset for the next block of pages.
NextItemOffset
Returns the offset for the next page of records.
Offset
Returns the current record offset.
PreviousBlockOffset
Returns the offset for the previous block of pages.
PreviousItemOffset
Returns the offset for the previous page of records.
StartPageNumber
Returns the page number for the first page in the current block.
TotalItemCount
Returns the index of the total record count.

See Also