PivotGridClientSideEvents.BeginCallback Property
Gets or sets the name of the JavaScript function or the entire code that will handle the client BeginCallback event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
Declaration
[DefaultValue("")]
public string BeginCallback { get; set; }
<DefaultValue("")>
Public Property BeginCallback As String
Property Value
Type |
Default |
Description |
String |
String.Empty
|
A string that is either the name of a JavaScript function or the entire JavaScript function code used to handle an event.
|
The BeginCallback and EndCallback events can be used to perform specific client-side actions when a callback is being processed on a server.
See Also