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.v25.1.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