Skip to main content

ASPxPivotGrid.CalcCallbackResult() Method

Initiates a callback by the client and obtains the result processed within the server.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public CallbackResult CalcCallbackResult()

Returns

Type Description
DevExpress.Web.Internal.CallbackResult

A DevExpress.Web.Internal.CallbackResult object, containing the client and client’s element IDs and server-processed contents.

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