Skip to main content

PivotGridSettings.CustomCallback Property

OBSOLETE

Use the CustomActionRouteValues property instead.

Fires when a callback has been initiated.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type
PivotCustomCallbackEventHandler
See Also