Skip to main content

CustomCallbackEventArgs.Parameter Property

Gets a string that contains specific information (if any) passed from the client side.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public string Parameter { get; }

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 Parameter property to obtain specific information which has been collected on the client side and passed via the client ASPxClientWebChartControl.PerformCallback method to the server for further server-side processing.

See Also