GridViewSettings.CustomDataCallback Property
Obsolete. 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.v20.2.dll
Declaration
[Obsolete("Use the GridViewSettings.CustomDataActionRouteValues property instead.", true)]
public ASPxGridViewCustomDataCallbackEventHandler CustomDataCallback { get; set; }
<Obsolete("Use the GridViewSettings.CustomDataActionRouteValues property instead.", True)>
Public Property CustomDataCallback As ASPxGridViewCustomDataCallbackEventHandler
Property Value
Type |
---|
ASPxGridViewCustomDataCallbackEventHandler |
See Also
Feedback