Skip to main content

GridViewSettings.PageIndexChanged Property

OBSOLETE

Use the GridViewOperationType.Paging Action declared in the GridViewSettings.CustomBindingRouteValuesCollection property instead.

Enables you to perform custom actions when the selected page has been changed.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the GridViewOperationType.Paging Action declared in the GridViewSettings.CustomBindingRouteValuesCollection property instead.", true)]
public EventHandler PageIndexChanged { get; set; }

Property Value

Type
EventHandler
See Also