Skip to main content

ReportToolbarClientSideEvents.ItemValueChanged Property

Gets or sets the name of the JavaScript function or the entire code which will handle a client Report Toolbar’s ItemValueChanged event.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue("")]
public string ItemValueChanged { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

See Also