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

LocalizationItem.Component Property

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

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public object Component { get; set; }

Property Value

Type Description
Object

a reporting component or control.

See Also