ASPxPivotGrid.CalcCallbackResult() Method
In This Article
Initiates a callback by the client and obtains the result processed within the server.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
Use the CalcCallbackResult method to pass information back to the browser instead of creating your own client-side and server-side logic for handling callbacks.
See Also