Back to Devexpress

ASPxPivotGrid.CustomCallback Event

aspnet-devexpress-dot-web-dot-aspxpivotgrid-dot-aspxpivotgrid-ba2eac7c.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event PivotCustomCallbackEventHandler CustomCallback
vb
Public Event CustomCallback As PivotCustomCallbackEventHandler

Event Data

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

PropertyDescription
ParametersGets 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

PerformCallback(args)

ASPxPivotGrid Class

ASPxPivotGrid Members

DevExpress.Web.ASPxPivotGrid Namespace