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

QueryBuilderClientSideModelSettings.IncludeLocalization Property

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

Namespace: DevExpress.XtraReports.Web.QueryBuilder

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

Declaration

public override bool IncludeLocalization { get; set; }

Property Value

Type Description
Boolean

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to IncludeLocalization
Reporting ASPxQueryBuilder
.SettingsClientSideModel.IncludeLocalization
ASP.NET Web Forms Controls MVCxQueryBuilder
.SettingsClientSideModel.IncludeLocalization
QueryBuilderSettings
.SettingsClientSideModel.IncludeLocalization

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 Query Builder, 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