PivotGridClientSideEvents.BeforeCallback Property
OBSOLETE
Use the BeginCallback property instead
Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientPivotGrid.BeforeCallback event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue("")]
[Obsolete("Use the BeginCallback property instead")]
public string BeforeCallback { 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 BeforeCallback and ASPxClientPivotGrid.AfterCallback events are not raised.
See Also