PivotGridCallbackStateEventArgs Class
Provides data for the events related to saving/loading the pivot grid’s callback state.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Objects of the PivotGridCallbackStateEventArgs type are used as arguments for the ASPxPivotGrid.CustomSaveCallbackState and ASPxPivotGrid.CustomLoadCallbackState events, generated on the server side.
PivotGridCallbackStateEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
See Also