Back to Devexpress

ChartControlSettings.CallbackRouteValues Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-2daefb22.md

latest1.3 KB
Original Source

ChartControlSettings.CallbackRouteValues Property

Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public object CallbackRouteValues { get; set; }
vb
Public Property CallbackRouteValues As Object

Property Value

TypeDescription
Object

An object containing the Controller and Action names.

|

See Also

Charting

Get Started

Callback-Based Functionality

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace