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

LocalizationItem(Object, String, String, Object) Constructor

Initializes a new instance of the LocalizationItem class with specified settings.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public LocalizationItem(
    object component,
    string culture,
    string path,
    object propertyValue
)

Parameters

Name Type Description
component Object

A report’s component or control.

culture String

A culture’s language code.

path String

A property’s name.

propertyValue Object

A property’s value.

See Also