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

LocalizationItem.Value Property

Gets or sets the property value.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

An object that is the property’s value.

See Also