Skip to main content
All docs
V23.2

ComponentLocalizationFilter.IsFit(String, Object) Method

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override bool IsFit(
    string path,
    object component
)

Parameters

Name Type
path String
component Object

Returns

Type
Boolean
See Also