itemsPerPage property

int? itemsPerPage
final

itemsPerPage int if set, organizes the search list per page with the given number of items displayed per page. Must give currentPage.

Implementation

final int? itemsPerPage;