Skip to main content

GridViewSettings.CustomCallback Property

OBSOLETE

Use the GridViewSettings.CustomActionRouteValues property instead.

Fires when a callback has been initiated.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the GridViewSettings.CustomActionRouteValues property instead.", true)]
public ASPxGridViewCustomCallbackEventHandler CustomCallback { get; set; }

Property Value

Type
ASPxGridViewCustomCallbackEventHandler
See Also