PagerPageEventArgs(Int32) Constructor
Initializes a new instance of the PagerPageEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
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