Skip to main content
All docs
V18.2

DashboardViewerSettings.CallbackRouteValues Property

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

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public object CallbackRouteValues { get; set; }

Property Value

Type Description
Object

An Object, containing the Controller and Action names.

See Also