Skip to main content

PivotGridCallbackStateEventArgs(String) Constructor

Initializes a new PivotGridCallbackStateEventArgs object with the specified setting.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridCallbackStateEventArgs(
    string callbackState
)

Parameters

Name Type Description
callbackState String

A string value specifying the callback state containing ‘property name’ / ‘value’ pairs.

See Also