Skip to main content
All docs
V25.1
  • LocalizationItem(Object, String, String, Object) Constructor

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

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.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