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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public LocalizationItemCollection LocalizationItems { get; }
#Property Value
Type | Description |
---|---|
Localization |
A collection of Localization |
#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.