Skip to main content
A newer version of this page is available. .

LocalizationItemCollection Class

A collection of localization items

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class LocalizationItemCollection :
    Collection<LocalizationItem>

Remarks

Use the XtraReport.LocalizationItems property to get access to the collection.

Inheritance

Object
Collection<LocalizationItem>
LocalizationItemCollection
See Also