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

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.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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