Back to Devexpress

WebDocumentViewerClientSideEvents.CustomizeParameterEditors Property

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

latest1.7 KB
Original Source

WebDocumentViewerClientSideEvents.CustomizeParameterEditors Property

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

Namespace : DevExpress.XtraReports.Web

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

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue("")]
public string CustomizeParameterEditors { get; set; }
vb
<DefaultValue("")>
Public Property CustomizeParameterEditors 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

WebDocumentViewerClientSideEvents Class

WebDocumentViewerClientSideEvents Members

DevExpress.XtraReports.Web Namespace