Skip to main content
A newer version of this page is available. .

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

Declaration

public class PivotGridCallbackStateEventArgs :
    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.

Inheritance

Object
EventArgs
PivotGridCallbackStateEventArgs
See Also