PivotGridClientSideEvents.EndCallback Property
Gets or sets the name of the JavaScript function or the entire code that will handle the client EndCallback event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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. |
Remarks
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