Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

WebDocumentViewerClientSideEvents.CustomizeLocalization Property

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

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

#Declaration

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

#Property Value

Type Default Description
String String.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