Skip to main content

PivotGridClientSideEvents.AfterCallback Property

OBSOLETE

Use the EndCallback property instead

Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPivotGrid.AfterCallback event.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
[Obsolete("Use the EndCallback property instead")]
public string AfterCallback { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

Remarks

If the ASPxPivotGrid.EnableCallBacks property is set to false, the AfterCallback and ASPxClientPivotGrid.BeforeCallback events are not raised.

See Also