Back to Devexpress

ChartControlSettings.CustomCallback Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-3ebf18bd.md

latest1.3 KB
Original Source

ChartControlSettings.CustomCallback Property

OBSOLETE

Use the 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 ChartControlSettings.CustomActionRouteValues property instead.", true)]
public CustomCallbackEventHandler CustomCallback { get; set; }
vb
<Obsolete("Use the ChartControlSettings.CustomActionRouteValues property instead.", True)>
Public Property CustomCallback As CustomCallbackEventHandler

Property Value

Type
CustomCallbackEventHandler

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace