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