Back to Devexpress

LocalizationItemCollection Class

xtrareports-devexpress-dot-xtrareports-dot-localization-33057d6c.md

latest1.6 KB
Original Source

LocalizationItemCollection Class

A collection of localization items

Namespace : DevExpress.XtraReports.Localization

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class LocalizationItemCollection :
    Collection<LocalizationItem>
vb
Public Class LocalizationItemCollection
    Inherits Collection(Of LocalizationItem)

The following members return LocalizationItemCollection objects:

Remarks

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

Inheritance

Object Collection<LocalizationItem> LocalizationItemCollection

See Also

LocalizationItemCollection Members

DevExpress.XtraReports.Localization Namespace