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