Skip to main content
All docs
V23.2

ComponentLocalizationFilter(String, String, Object) Constructor

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

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ComponentLocalizationFilter(
    string propertyFilter,
    string displayName,
    object component
)

Parameters

Name Type
propertyFilter String
displayName String
component Object
See Also