Skip to main content
All docs
V25.1
  • Localizing Your DevExpress-powered .NET App – Your Feedback Matters

    We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

    Take the survey Not interested

    LocalizationItem.Component Property

    SECURITY NOTE

    Deserializing a report layout from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Reporting — Safe Deserialization.

    Gets or sets the reporting component or control whose property is localized.

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    #Declaration

    public object Component { get; set; }

    #Property Value

    Type Description
    Object

    A reporting component or control.

    See Also