GridViewSettings.CustomCallback Property
Obsolete. Fires when a callback has been initiated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use the GridViewSettings.CustomActionRouteValues property instead.", true)]
public ASPxGridViewCustomCallbackEventHandler CustomCallback { get; set; }
<Obsolete("Use the GridViewSettings.CustomActionRouteValues property instead.", True)>
Public Property CustomCallback As ASPxGridViewCustomCallbackEventHandler
Property Value
Type |
---|
ASPxGridViewCustomCallbackEventHandler |
See Also
Feedback