Back to Devexpress

GridViewSettings.PageIndexChanged Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-96be1de3.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the GridViewOperationType.Paging Action declared in the GridViewSettings.CustomBindingRouteValuesCollection property instead.", true)]
public EventHandler PageIndexChanged { get; set; }
vb
<Obsolete("Use the GridViewOperationType.Paging Action declared in the GridViewSettings.CustomBindingRouteValuesCollection property instead.", True)>
Public Property PageIndexChanged As EventHandler

Property Value

Type
EventHandler

See Also

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace