GridViewSettings.PageIndexChanged Property
In This Article
OBSOLETE
Use the Grid
Enables you to perform custom actions when the selected page has been changed.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.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 |
---|
Event |
See Also