GridViewSettings.CustomCallback Property
In This Article
OBSOLETE
Use the Grid
Fires when a callback has been initiated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
[Obsolete("Use the GridViewSettings.CustomActionRouteValues property instead.", true)]
public ASPxGridViewCustomCallbackEventHandler CustomCallback { get; set; }
#Property Value
Type |
---|
ASPx |
See Also