Skip to main content
All docs
V23.2

PropertyLocalizationFilter(String, String) Constructor

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

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PropertyLocalizationFilter(
    string propertyFilter,
    string displayName
)

Parameters

Name Type
propertyFilter String
displayName String
See Also