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

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 client method.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the GridViewSettings.CustomDataActionRouteValues property instead.", true)]
public ASPxGridViewCustomDataCallbackEventHandler CustomDataCallback { get; set; }

Property Value

Type
ASPxGridViewCustomDataCallbackEventHandler
See Also