Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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