Back to Devexpress

GridViewSettings.CustomCallback Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-gridviewsettings-df71c50d.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
[Obsolete("Use the GridViewSettings.CustomActionRouteValues property instead.", true)]
public ASPxGridViewCustomCallbackEventHandler CustomCallback { get; set; }
vb
<Obsolete("Use the GridViewSettings.CustomActionRouteValues property instead.", True)>
Public Property CustomCallback As ASPxGridViewCustomCallbackEventHandler

Property Value

Type
ASPxGridViewCustomCallbackEventHandler

See Also

GridViewSettings Class

GridViewSettings Members

DevExpress.Web.Mvc Namespace