ASPxClientDataView.LastPage Method
Activates the last page.
Declaration
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