Skip to main content
Tab

PagerPageEventArgs(Int32) Constructor

Initializes a new instance of the PagerPageEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PagerPageEventArgs(
    int newPageIndex
)

Parameters

Name Type Description
newPageIndex Int32

An integer value that identifies the page which is about to be selected. This value is assigned to the PagerPageEventArgs.NewPageIndex property.

See Also