Back to Devexpress

XtraReport.LocalizationItems Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-07e01f46.md

latest2.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(false)]
public LocalizationItemCollection LocalizationItems { get; }
vb
<Browsable(False)>
Public ReadOnly Property LocalizationItems As LocalizationItemCollection

Property Value

TypeDescription
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

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace