Skip to main content
All docs
V25.1
  • LocalizationItem.Path Property

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

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.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