Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

LocalizationItemCollection.Item[Object, String, String] Property

Gets an item from the collection that relates to the specified component, property and culture.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public LocalizationItem this[object component, string path, string culture = "Default"] { get; }

#Parameters

Name Type Description
component Object

A reporting component (control)

path String

The property name.

culture String

The name of the culture.

#Property Value

Type Description
LocalizationItem

A localization item contained in the collection.

See Also