ASPxClientTreeList.PrevPage Method
Activates the previous page.
Declaration
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