ChartControlSettings.CustomCallback Property
In This Article
OBSOLETE
Use the Custom
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 ChartControlSettings.CustomActionRouteValues property instead.", true)]
public CustomCallbackEventHandler CustomCallback { get; set; }
#Property Value
Type |
---|
Custom |
See Also