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