ASPxClientDataView.NextPage Method
In This Article
Activates the next page.
#Declaration
TypeScript
NextPage(): void
#Remarks
End-users can navigate through pages using the ASPxDataView‘s built-in pager. Use the NextPage method to programmatically switch to the next page. To navigate to the previous page, use the ASPxClientDataView.PrevPage method.
See Also