Skip to main content
All docs
V19.2

MVCxDataView.CustomActionRouteValues 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 DataViewSettings.CustomActionRouteValues property at the extension settings level.

Namespace: DevExpress.Web.Mvc

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

Declaration

public object CustomActionRouteValues { get; set; }

Property Value

Type
Object
See Also