Is there a way to get the total page count on the xamgrid? If not it could be derived from the total count of elements.
Currently there really isn't a way to get the Page count off the XamGrid. You would have to work off your data collection and the grids page size and calculate it.
We could add something to expose this value in the future.