ASPxClientDataView.NextPage Method
Activates the next page.
Declaration
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