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

    A collection of localization items

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.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