MVCxGridViewProperties.CustomBindingRouteValuesCollection Property
Manipulates the built-in GridView’s GridViewSettings.CustomBindingRouteValuesCollection property.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
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