IComponentLocalizer.LocalizeProperties(Object, IEnumerable<LocalizationItem>) Method
Assigns localized values to the properties of the specified reporting component.
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| component | Object | A reporting component or control. |
| items | IEnumerable<LocalizationItem> | A collection of objects containing the component name, property name, locale and value. |
See Also