Skip to main content
All docs
V25.1
  • LocalizationItem Class

    A combination of a component name, property name, language name and a property value.

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public class LocalizationItem

    Remarks

    Note

    To localize a report, do not create LocalizationItem class instances in your application. Use the approach described in the Localize Reports topic instead.

    The LocalizationItem objects are serialized with the report to store information about the localizable properties and their values.

    A report calls the IComponentLocalizer.LocalizeProperties method to apply localized values. The method takes a collection of LocalizationItem objects as a parameter.

    A localized report has a collection of the LocalizationItem objects, accessible with the XtraReport.LocalizationItems property.

    Inheritance

    Object
    LocalizationItem
    See Also