Skip to main content
Tab

ASPxGridBase.ResetToFirstPage() Method

In This Article

Resets uploaded records in endless paging mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public void ResetToFirstPage()

#Remarks

Use the ResetToFirstPage to switch the grid to the first page when the ASPxGridViewPagerSettings.Mode property is set to EndlessPaging.

See Also