Skip to main content
All docs
V25.1
  • XtraReport.LocalizationItems Property

    Provides access to a collection of items that combine the property name, its value and a language name.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [Browsable(false)]
    public LocalizationItemCollection LocalizationItems { get; }

    Property Value

    Type Description
    LocalizationItemCollection

    A collection of LocalizationItem objects that combine localized properties, their values and culture identifiers.

    Remarks

    Important

    Do not modify this collection directly. To localize a report, use the Report Designer or invoke the Localization Editor.

    A localized report contains a collection of LocalizationItem objects accessible with the LocalizationItems property.

    See Also