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.v20.2.dll
Declaration
public class PivotGridCallbackStateEventArgs :
EventArgs
Public Class PivotGridCallbackStateEventArgs
Inherits EventArgs
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
Feedback