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

PivotGridSettings.CustomCallback Property

OBSOLETE

Use the CustomActionRouteValues property instead.

Fires when a callback has been initiated.

Namespace: DevExpress.Web.Mvc

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

Declaration

[Obsolete("Use the PivotGridSettings.CustomActionRouteValues property instead.", true)]
public PivotCustomCallbackEventHandler CustomCallback { get; set; }

Property Value

Type
PivotCustomCallbackEventHandler
See Also