Back to Devexpress

GridViewSettings.CustomDataCallback Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-cae0eb7f.md

latest1.5 KB
Original Source

GridViewSettings.CustomDataCallback Property

OBSOLETE

Use the GridViewSettings.CustomDataActionRouteValues property instead.

Fires when a round trip to the server has been initiated by a call to the ASPxClientGridView.GetValuesOnCustomCallback method.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the GridViewSettings.CustomDataActionRouteValues property instead.", true)]
public ASPxGridViewCustomDataCallbackEventHandler CustomDataCallback { get; set; }
vb
<Obsolete("Use the GridViewSettings.CustomDataActionRouteValues property instead.", True)>
Public Property CustomDataCallback As ASPxGridViewCustomDataCallbackEventHandler

Property Value

Type
ASPxGridViewCustomDataCallbackEventHandler

See Also

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace