ASPxClientDataView.LastPage Method
In This Article
Activates the last page.
#Declaration
TypeScript
LastPage(): void
#Remarks
End-users can navigate through pages using the ASPxDataView‘s built-in pager. Use the LastPage method to programmatically switch to the last page. To navigate to the first page, use the ASPxClientDataView.FirstPage method.
See Also