Skip to main content
A newer version of this page is available. .

ASPxPivotGrid.CustomCallback Event

Fires when a round trip to the server has been initiated by a call to the client ASPxClientPivotGrid.PerformCallback method.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public event PivotCustomCallbackEventHandler CustomCallback

Event Data

The CustomCallback event's data class is PivotGridCustomCallbackEventArgs. The following properties provide information specific to this event:

Property Description
Parameters Gets a string that contains specific information (if any) passed from the client-side.

Remarks

The CustomCallback event allows any desired server-side processing to be performed in response to a call to the client ASPxClientPivotGrid.PerformCallback method.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomCallback event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also