Skip to main content
A newer version of this page is available.
All docs
V18.2

MVCxReportDesigner.SaveCallbackRouteValues Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

To set up the extension routing logic, use the ReportDesignerSettings.SaveCallbackRouteValues property at the extension settings level.

Namespace: DevExpress.Web.Mvc

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

Declaration

public object SaveCallbackRouteValues { get; set; }

Property Value

Type Description
Object

An object containing the Controller and Action names.

See Also