Getting the pager values in a RadzenDataGrid

Is there anyway to get the pager values in a RadzenDataGrid? For example, the same data that is passed as arguments (LoadDataArgs: top, skip, etc.) in the LoadData method of the grid.

Thanks-in-advance.

You can check the Query property of DataGrid - might help you in your case.