Skip to main content
A newer version of this page is available. .

MVCxGridViewProperties.CustomBindingRouteValuesCollection Property

Manipulates the built-in GridView’s GridViewSettings.CustomBindingRouteValuesCollection property.

Namespace: DevExpress.Web.Mvc

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

Declaration

public IDictionary<GridViewOperationType, object> CustomBindingRouteValuesCollection { get; }

Property Value

Type Description
IDictionary<GridViewOperationType, Object>

An object containing the data operation type (identified by GridViewOperationType) and the names of Controllers and Actions.

See Also