Context for the HxGrid.PaginationTemplate of the HxGrid.
	| Name | Type | Description | 
|---|
			| CurrentUserState | GridUserState | Current grid user state (contains GridUserState.PageIndex). | 
| PagerSettings | PagerSettings | Settings for the pager (derived from HxGrid.PagerSettings..HxGrid.Settings.PagerSettings..HxGrid.Defaults.PagerSettingscascade). | 
| PageSize | int | Items per page. | 
| TotalCount | int | Total number of data items. | 
| Method | Returns | Description | 
|---|
			| ChangeCurrentPageIndexAsync(int pageIndex) | Task | Instructs the grid to change the current page index. |