ASPxClientTreeList.NextPage Method
Activates the next page.
Declaration
NextPage(): void
Remarks
Use the NextPage method to navigate a user to the next page in code. To navigate a user to the previous page, use the ASPxClientTreeList.PrevPage method.
End-users can switch between pages using the ASPxGridView’s Pager.
See Also