Skip to main content
All docs
V18.2

DashboardViewerSettings.ExportRouteValues Property

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

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public object ExportRouteValues { get; set; }

Property Value

Type Description
Object

An Object value, containing the Controller and Action names.

See Also