Skip to main content
A newer version of this page is available. .

ChartControlSettings.CustomCallback Property

OBSOLETE

Use the CustomActionRouteValues property instead.

Fires when a callback has been initiated.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type
CustomCallbackEventHandler
See Also