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