Skip to main content

ASPxClientDataView.PrevPage Method

In This Article

Activates the previous page.

#Declaration

TypeScript
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