Skip to main content

PivotGridCustomCallbackEventArgs(String) Constructor

Initializes a new instance of the PivotGridCustomCallbackEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridCustomCallbackEventArgs(
    string parameters
)

Parameters

Name Type Description
parameters String

A string value that contains specific information collected on the client side and passed to the event for further server-side processing. This value is assigned to the PivotGridCustomCallbackEventArgs.Parameters property.

See Also