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
Declaration
public event PivotCustomCallbackEventHandler CustomCallback
Public Event CustomCallback As PivotCustomCallbackEventHandler
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
Feedback