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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the GridViewSettings.CustomDataActionRouteValues property instead.", true)]
public ASPxGridViewCustomDataCallbackEventHandler CustomDataCallback { get; set; }
Property Value
Type |
---|
ASPxGridViewCustomDataCallbackEventHandler |
See Also