ASPxClientGridView.NextPage Method
In This Article
Activates the next page.
#Declaration
TypeScript
NextPage(): void
#Remarks
Use the NextPage method to navigate a user to the next page in code. End-users can switch between pages using the grid’s Pager.
See Also