ChartControlSettings.CustomCallback Property
OBSOLETE
Use the CustomActionRouteValues property instead.
Fires when a callback has been initiated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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