Skip to main content
All docs
V18.2

ASPxClientQueryBuilder.UpdateLocalization(Dictionary<String, String>) Method

Updates the ASPxClientQueryBuilder properties’ localization settings.

Namespace: DevExpress.XtraReports.Web.Scripts

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

Declaration

public void UpdateLocalization(
    Dictionary<string, string> localization
)

Parameters

Name Type Description
localization Dictionary<String, String>

A dictionary containing the property names, along with their localized equivalents.

See Also