LocalizationProvider.GetLocalizableObjects(Object) Method
Gets a Property-Value dictionary for the specified reporting component (control).
Namespace: DevExpress.XtraReports.Localization
Assembly: DevExpress.XtraReports.v22.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public abstract IEnumerable<KeyValuePair<string, object>> GetLocalizableObjects(
object component
)
Parameters
Name | Type | Description |
---|---|---|
component | Object | A component (control) whose properties are processed. |
Returns
Type | Description |
---|---|
IEnumerable<KeyValuePair<String, Object>> | A Property-Value dictionary. |
See Also