Skip to main content

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.v23.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.

See Also