Skip to main content

LocalizationItem.Path Property

Gets or sets the name of the reporting component’s localizable property.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public string Path { get; set; }

Property Value

Type Description
String

A string that is the property name.

See Also