Back to Devexpress

WebDocumentViewerClientSideEvents.EditingFieldChanged Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewerclientsideevents.md

latest1.8 KB
Original Source

WebDocumentViewerClientSideEvents.EditingFieldChanged Property

Gets or sets the name of the JavaScript function or the entire code which will handle the ASPxClientWebDocumentViewer.EditingFieldChanged event.

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue("")]
public string EditingFieldChanged { get; set; }
vb
<DefaultValue("")>
Public Property EditingFieldChanged As String

Property Value

TypeDefaultDescription
StringString.Empty

A string, specifying either the name of a JavaScript function or the entire JavaScript function code used to handle the corresponding event.

|

See Also

EditingFields

WebDocumentViewerClientSideEvents Class

WebDocumentViewerClientSideEvents Members

DevExpress.XtraReports.Web Namespace