pageSizeToMove property

int? pageSizeToMove
final

Set the number of moves to the previous or next page button.

Default is null. Moves the page as many as the number of page buttons currently displayed.

If this value is set to 1, the next previous page is moved by one page.

Implementation

final int? pageSizeToMove;