Skip to main content
All docs
V23.2

LocalizationProvider.GetFiltersAndRemoveProps(List<PropertyItem>, Object) Method

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual IEnumerable<PropertyLocalizationFilter> GetFiltersAndRemoveProps(
    List<PropertyItem> localizableTextProps,
    object component
)

Parameters

Name Type
localizableTextProps List<DevExpress.XtraReports.Localization.Native.PropertyItem>
component Object

Returns

Type
IEnumerable<PropertyLocalizationFilter>
See Also