Skip to main content
A newer version of this page is available. .

ClientControlClientSideModelSettings.IncludeLocalization Property

Specifies whether or not to load a localization script to the client-side.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public virtual bool IncludeLocalization { get; set; }

Property Value

Type Default Description
Boolean true

true, to include a localization script to a web page; otherwise, false.

Remarks

The localization script contains a dictionary with key-value pairs that define localization for the specified strings.

If you do not need to localize UI elements of your client control, exclude the localization resources from a web page by disabling the IncludeLocalization option. This makes the web page lightweight and reduces the time to load it for the first time.

See Also