A newer version of this page is available.
Switch to the current version.
ChartControlSettings.CustomCallback Property
Obsolete. Fires when a callback has been initiated.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
[Obsolete("Use the ChartControlSettings.CustomActionRouteValues property instead.", true)]
public CustomCallbackEventHandler CustomCallback { get; set; }
<Obsolete("Use the ChartControlSettings.CustomActionRouteValues property instead.", True)>
Public Property CustomCallback As CustomCallbackEventHandler
Property Value
Type |
---|
CustomCallbackEventHandler |
See Also
Feedback