PivotGridCustomCallbackEventArgs.Parameters Property
Gets a string that contains specific information (if any) passed from the client-side.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A string value that contains specific information collected on the client side and passed to the event for further server-side processing. |
Remarks
Use the Parameters property to obtain specific information which has been collected on the client-side and passed via the ASPxClientPivotGrid.PerformCallback client method to the server, for further server-side processing.
See Also