Skip to main content
All docs
V25.1
  • PropertyLocalizationFilter(String, String) Constructor

    Initializes a new instance of the PropertyLocalizationFilter class with specified settings.

    Namespace: DevExpress.XtraReports.Localization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public PropertyLocalizationFilter(
        string propertyFilter,
        string displayName
    )

    Parameters

    Name Type
    propertyFilter String
    displayName String
    See Also