Skip to main content
Tab

PagerPageEventArgs.NewPageIndex Property

Gets or sets the selected page’s index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public int NewPageIndex { get; set; }

#Property Value

Type Description
Int32

An integer value that identifies the page which is about to be selected.

See Also