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

LocalizationItem.Data Property

Gets or sets the property’s serialized value.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public string Data { get; set; }

Property Value

Type Description
String

A string that is the serialized value of the property.

See Also